This commit is contained in:
xiota 2025-08-20 01:36:15 +00:00
parent e3d7aa3e5e
commit c10e0c6b3c
2 changed files with 10 additions and 10 deletions

View file

@ -1,6 +1,6 @@
pkgbase = icecat
pkgdesc = GNU version of the Firefox ESR browser
pkgver = 128.13.0
pkgver = 128.14.0
pkgrel = 1
url = https://gitweb.git.savannah.gnu.org/gitweb/?p=gnuzilla.git
arch = x86_64
@ -55,15 +55,15 @@ pkgbase = icecat
optdepends = networkmanager: Location detection via available WiFi networks
optdepends = speech-dispatcher: Text-to-Speech
optdepends = xdg-desktop-portal: Screensharing with Wayland
noextract = firefox-128.13.0esr.source.tar.xz
noextract = firefox-128.14.0esr.source.tar.xz
options = !debug
options = !emptydirs
options = !lto
options = !makeflags
options = !strip
source = gnuzilla-128.13.0-b73acfe.tar.gz::https://cgit.git.savannah.gnu.org/cgit/gnuzilla.git/snapshot/gnuzilla-b73acfe395ea849fcd15c9886a7f4631f2b6f82b.tar.gz
source = https://archive.mozilla.org/pub/firefox/releases/128.13.0esr/source/firefox-128.13.0esr.source.tar.xz
sha256sums = 921ef441a212abef5ea5412beb3acff8ca7aed0ae10882dec5605f5dc44d4814
sha256sums = a4aad0a9aefae5f14ff68fd9854d4af54d04b341a54b1a6465555f0b635042f4
source = gnuzilla-128.14.0-ba161be.tar.gz::https://cgit.git.savannah.gnu.org/cgit/gnuzilla.git/snapshot/gnuzilla-ba161be3de71bb556be951ac4dbb81c807f68770.tar.gz
source = https://archive.mozilla.org/pub/firefox/releases/128.14.0esr/source/firefox-128.14.0esr.source.tar.xz
sha256sums = 6466f02ab24c33b558e61e2a927b2700fc95c8a3fe4a304c2d0cf7a1ccc8cd0b
sha256sums = 93b9ef6229f41cb22ff109b95bbf61a78395a0fe4b870192eeca22947cb09a53
pkgname = icecat

View file

@ -24,10 +24,10 @@
: ${_build_limit_cores:=false}
## update
_icver="128.13.0"
_commit="b73acfe395ea849fcd15c9886a7f4631f2b6f82b"
_icsum="921ef441a212abef5ea5412beb3acff8ca7aed0ae10882dec5605f5dc44d4814"
_ffsum="a4aad0a9aefae5f14ff68fd9854d4af54d04b341a54b1a6465555f0b635042f4"
_icver="128.14.0"
_commit="ba161be3de71bb556be951ac4dbb81c807f68770"
_icsum="6466f02ab24c33b558e61e2a927b2700fc95c8a3fe4a304c2d0cf7a1ccc8cd0b"
_ffsum="93b9ef6229f41cb22ff109b95bbf61a78395a0fe4b870192eeca22947cb09a53"
## package
_pkgname="icecat"