diff options
author | github-actions[bot] | 2024-12-25 02:46:18 +0000 |
---|---|---|
committer | github-actions[bot] | 2024-12-25 02:46:18 +0000 |
commit | e8b85ce503b49844cb37cccf5d00ff45f2f38dec (patch) | |
tree | c2baa070a5ab33709d06ebf1b0acce6a70023c11 /PKGBUILD | |
parent | 24d2214c861d509b5085146d9a2826993cb5bc09 (diff) | |
download | aur-e8b85ce503b49844cb37cccf5d00ff45f2f38dec.tar.gz |
update to 135.0a1.20241224.213525
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=135.0a1 -pkgver=135.0a1.20241224.094118 +pkgver=135.0a1.20241224.213525 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=('6c02905d3f0571041f7a5d71191be2e3256a066b6d9546fc57e7d7a38b7eeb34') +sha256sums=('a0b91a30be837500af6a5495f6842a00a8e163cf9bced5f79e5865144cbe2940') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |