diff options
author | github-actions[bot] | 2025-04-17 03:10:52 +0000 |
---|---|---|
committer | github-actions[bot] | 2025-04-17 03:10:52 +0000 |
commit | 78bf61f1e1ba7e665c15f999eeada251e2796abb (patch) | |
tree | c01d6b440da79e86594abbbb6a38e9fed21104ba /PKGBUILD | |
parent | e1e59c3fb27b863216737545cac1fed141bdb1bc (diff) | |
download | aur-78bf61f1e1ba7e665c15f999eeada251e2796abb.tar.gz |
update to 139.0a1.20250416.214320
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.20250416.091230 +pkgver=139.0a1.20250416.214320 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=('fe00521d184441a5d184e46b6fda2511eab34dfe54724966b417f02362d379e6') +sha256sums=('60d54809f30c03cf3c4bf6be63f59fa0f5cf853a491acd8e8efab164381242d0') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |