diff options
author | github-actions[bot] | 2025-04-10 14:28:40 +0000 |
---|---|---|
committer | github-actions[bot] | 2025-04-10 14:28:40 +0000 |
commit | c23ca12043805cae1821b34dc0238e2528635ba8 (patch) | |
tree | 55adad8ab2c8514761905e70a191cc0f5c55aa19 /PKGBUILD | |
parent | 6e3cda62c46dfbbeddae0f0d956844f5c834776c (diff) | |
download | aur-c23ca12043805cae1821b34dc0238e2528635ba8.tar.gz |
update to 139.0a1.20250410.092904
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.20250409.210623 +pkgver=139.0a1.20250410.092904 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=('2c6b1bb564c84ea8d87284bef0320cbe516b17b000456fd92a4041b3911ead6f') +sha256sums=('b9a15be016b06eb736715f5a5a1be40d0b77564c3f1f33318413848a1aec4fad') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |