diff options
author | github-actions[bot] | 2025-04-12 14:20:56 +0000 |
---|---|---|
committer | github-actions[bot] | 2025-04-12 14:20:56 +0000 |
commit | a25b327acbbcc0bf07966e3865505ace09df103b (patch) | |
tree | 8babd6fac165e7154eee703ae4961ab4e45bb37d /PKGBUILD | |
parent | 5c114b1dc1e013e4704643a3eaca58dd99690bbb (diff) | |
download | aur-a25b327acbbcc0bf07966e3865505ace09df103b.tar.gz |
update to 139.0a1.20250412.090848
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,7 +9,7 @@ url="https://www.mozilla.org/firefox/" _url=https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi _version=139.0a1 -pkgver=139.0a1.20250411.214234 +pkgver=139.0a1.20250412.090848 depends=("firefox-nightly") @@ -25,7 +25,7 @@ source=("${_pkgname_base}-${_language_short}-${pkgver}.xpi::$_url/firefox-${_ver # Don't extract anything noextract=("${_pkgname_base}-${_language_short}-${pkgver}.xpi") -sha256sums=('4adff01c6a4bf7eb98609432b77a1842d4ffed78a3ad7c3617384cca95d00a8c') +sha256sums=('95b89601eb385071629eaee5446c3e4a6a742600ba2c1951b9620742bcf1d41d') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |