From 1ff46d3a05b3e67981f42e118c724303f28274da Mon Sep 17 00:00:00 2001 From: Larvey Date: Sat, 2 Aug 2025 11:07:53 +0000 Subject: [PATCH] chore: Update to version 1.15t.2025.08.01 --- .SRCINFO | 10 +++++----- PKGBUILD | 4 ++-- policies.json | 15 +++------------ 3 files changed, 10 insertions(+), 19 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 66ef30fc5fc8..e0dafd70f93d 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index 6f5586209f2d..9a5410bbfb75 100644 --- a/PKGBUILD +++ b/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') diff --git a/policies.json b/policies.json index 831433fc7f92..f36622021fcd 100644 --- a/policies.json +++ b/policies.json @@ -1,14 +1,5 @@ { - "policies": { - "DisableAppUpdate": true, - "Homepage": { - "URL": "https://zen-browser.app/", - "Locked": false - }, - "DNSOverHTTPS": { - "Enabled": true, - "Locked": false - } - } + "policies": { + "DisableAppUpdate": true } - +}