diff options
author | github-actions[bot] | 2024-11-12 02:18:26 +0000 |
---|---|---|
committer | github-actions[bot] | 2024-11-12 02:18:26 +0000 |
commit | c8f1c0c7c54bed861a9bb4af77f71aa0fb74c202 (patch) | |
tree | 3fe191f8fbcd4b8ef23512521df45087fcde0ce2 /PKGBUILD | |
parent | 0dafbcb7e9ce9eb256d8b1f8eb3855ee9d61fc57 (diff) | |
download | aur-c8f1c0c7c54bed861a9bb4af77f71aa0fb74c202.tar.gz |
update to 134.0a1.20241111.213954
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=134.0a1 -pkgver=134.0a1.20241111.094531 +pkgver=134.0a1.20241111.213954 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=('57cb61c6b4fe627297d43fe86de8414649840b9fd7c23d9c0fc18e19bec82079') +sha256sums=('34665565e3d22b364c7a4ad8223206f38defd6cb2f4861308d4f6728cdd162f5') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |