mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-07 22:54:11 -05:00
Vivaldi 7.7.3851.61-1 => 7.7.3851.66-1 (#13909)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Total size: 436910025
|
||||
# Total size: 436921000
|
||||
/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-0086029ebb749583903e4b5e518e64a0.js
|
||||
/usr/local/share/vivaldi/resources/vivaldi/background-service-worker-1b706cd0189c526deabe85aeef4da297.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.61-1' : '7.5.3735.74-1'
|
||||
version ARCH.eql?('x86_64') ? '7.7.3851.66-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 'c8262c916104ebeaec2a358a6bdef26e6534e357d573cf27e2615602f47e22e6'
|
||||
source_sha256 '9150f46957e1a8cd5984587255c67ab5e17748cd8695e63805db115ddc6ed6be'
|
||||
end
|
||||
|
||||
source_url "https://downloads.vivaldi.com/stable/vivaldi-stable_#{version}_#{arch}.deb"
|
||||
|
||||
2
tests/package/v/vivaldi
Executable file
2
tests/package/v/vivaldi
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
vivaldi --version
|
||||
Reference in New Issue
Block a user