mirror of
https://github.com/archlinux/aur.git
synced 2026-02-17 17:52:50 +01:00
chore: Update to version 1.15t.2025.08.01
This commit is contained in:
parent
514e074715
commit
1ff46d3a05
3 changed files with 10 additions and 19 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = zen-twilight-bin
|
||||
pkgdesc = Unstable Nightly release of the Performance oriented Firefox-based web browser
|
||||
pkgver = 1.15t.2025.07.30
|
||||
pkgver = 1.15t.2025.08.01
|
||||
pkgrel = 1
|
||||
url = https://github.com/zen-browser/desktop
|
||||
arch = x86_64
|
||||
|
|
@ -19,7 +19,7 @@ pkgbase = zen-twilight-bin
|
|||
optdepends = pulseaudio: Audio support
|
||||
optdepends = speech-dispatcher: Text-to-Speech
|
||||
optdepends = hunspell-en_US: Spell checking, American English
|
||||
provides = zen-twilight=1.15t.2025.07.30
|
||||
provides = zen-twilight=1.15t.2025.08.01
|
||||
conflicts = zen-twilight
|
||||
options = !strip
|
||||
source = zen-twilight.sh
|
||||
|
|
@ -27,10 +27,10 @@ pkgbase = zen-twilight-bin
|
|||
source = policies.json
|
||||
sha256sums = b26c2221dc9ee8b6041aea31ae7b030bf9de5facc9933109f829559bd1bdb4fb
|
||||
sha256sums = 837bfee0672d9548d92da125e28e05089bbd722f0cf48d6d9765a832c610b32c
|
||||
sha256sums = e23b98b331bc47bf57f8646e97c4854cefd53fd047b9141a0e87ef07f9e19173
|
||||
source_x86_64 = zen-browser-twilight-1.15t.2025.07.30-1-x86_64.tar.xz::https://github.com/zen-browser/desktop/releases/download/twilight/zen.linux-x86_64.tar.xz
|
||||
sha256sums = e977c3d690224dd727d8761d2c0a66ba41bfd02ae0fd7850c4545d06b5a8e63c
|
||||
source_x86_64 = zen-browser-twilight-1.15t.2025.08.01-1-x86_64.tar.xz::https://github.com/zen-browser/desktop/releases/download/twilight/zen.linux-x86_64.tar.xz
|
||||
sha256sums_x86_64 = SKIP
|
||||
source_aarch64 = zen-browser-twilight-1.15t.2025.07.30-1-aarch64.tar.xz::https://github.com/zen-browser/desktop/releases/download/twilight/zen.linux-aarch64.tar.xz
|
||||
source_aarch64 = zen-browser-twilight-1.15t.2025.08.01-1-aarch64.tar.xz::https://github.com/zen-browser/desktop/releases/download/twilight/zen.linux-aarch64.tar.xz
|
||||
sha256sums_aarch64 = SKIP
|
||||
|
||||
pkgname = zen-twilight-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -4,7 +4,7 @@ pkgname=zen-twilight-bin
|
|||
_pkgname=zen-twilight
|
||||
_realpkgver=twilight
|
||||
_desktopname=zen-twilight
|
||||
pkgver=1.15t.2025.07.30
|
||||
pkgver=1.15t.2025.08.01
|
||||
pkgrel=1
|
||||
pkgdesc="Unstable Nightly release of the Performance oriented Firefox-based web browser"
|
||||
arch=('x86_64' 'aarch64')
|
||||
|
|
@ -29,7 +29,7 @@ source=("$_pkgname.sh"
|
|||
"policies.json")
|
||||
sha256sums=('b26c2221dc9ee8b6041aea31ae7b030bf9de5facc9933109f829559bd1bdb4fb'
|
||||
'837bfee0672d9548d92da125e28e05089bbd722f0cf48d6d9765a832c610b32c'
|
||||
'e23b98b331bc47bf57f8646e97c4854cefd53fd047b9141a0e87ef07f9e19173')
|
||||
'e977c3d690224dd727d8761d2c0a66ba41bfd02ae0fd7850c4545d06b5a8e63c')
|
||||
sha256sums_x86_64=('SKIP')
|
||||
sha256sums_aarch64=('SKIP')
|
||||
|
||||
|
|
|
|||
|
|
@ -1,14 +1,5 @@
|
|||
{
|
||||
"policies": {
|
||||
"DisableAppUpdate": true,
|
||||
"Homepage": {
|
||||
"URL": "https://zen-browser.app/",
|
||||
"Locked": false
|
||||
},
|
||||
"DNSOverHTTPS": {
|
||||
"Enabled": true,
|
||||
"Locked": false
|
||||
}
|
||||
}
|
||||
"policies": {
|
||||
"DisableAppUpdate": true
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue