mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 07:28:01 -05:00
Vivaldi 7.7.3851.58-1 => 7.7.3851.61-1 (#13799)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Total size: 436893362
|
||||
# Total size: 436910025
|
||||
/usr/local/bin/vivaldi
|
||||
/usr/local/bin/vivaldi-stable
|
||||
/usr/local/etc/cron.daily/vivaldi
|
||||
@@ -444,7 +444,7 @@
|
||||
/usr/local/share/vivaldi/resources/vivaldi/adblocker_resources/redirectable_resources.json
|
||||
/usr/local/share/vivaldi/resources/vivaldi/background-bundle.js
|
||||
/usr/local/share/vivaldi/resources/vivaldi/background-common-bundle.js
|
||||
/usr/local/share/vivaldi/resources/vivaldi/background-service-worker-0a0ca40da1caf107037af5540bcc925e.js
|
||||
/usr/local/share/vivaldi/resources/vivaldi/background-service-worker-0086029ebb749583903e4b5e518e64a0.js
|
||||
/usr/local/share/vivaldi/resources/vivaldi/bundle-mailreader-worker.js
|
||||
/usr/local/share/vivaldi/resources/vivaldi/bundle.js
|
||||
/usr/local/share/vivaldi/resources/vivaldi/components/mail/mail.html
|
||||
|
||||
@@ -5,7 +5,7 @@ class Vivaldi < Package
|
||||
description 'Vivaldi is a new browser that blocks unwanted ads, protects you from trackers, and puts you in control with unique built-in features.'
|
||||
homepage 'https://vivaldi.com/'
|
||||
# The project stopped supporting armv7l after the 7.5 release.
|
||||
version ARCH.eql?('x86_64') ? '7.7.3851.58-1' : '7.5.3735.74-1'
|
||||
version ARCH.eql?('x86_64') ? '7.7.3851.61-1' : '7.5.3735.74-1'
|
||||
license 'Vivaldi'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
min_glibc '2.37'
|
||||
@@ -28,7 +28,7 @@ class Vivaldi < Package
|
||||
source_sha256 '9017e6327c140ad9a9e1f0ce450681a729a15ea764337c30226f51c042ff7e62'
|
||||
when 'x86_64'
|
||||
arch = 'amd64'
|
||||
source_sha256 'c35d025f78fb22ad64b612ef925ca7375ee4e80efb548924465d104f9ba2f819'
|
||||
source_sha256 'c8262c916104ebeaec2a358a6bdef26e6534e357d573cf27e2615602f47e22e6'
|
||||
end
|
||||
|
||||
source_url "https://downloads.vivaldi.com/stable/vivaldi-stable_#{version}_#{arch}.deb"
|
||||
|
||||
Reference in New Issue
Block a user