diff options
author | github-actions[bot] | 2024-12-06 13:34:03 +0000 |
---|---|---|
committer | github-actions[bot] | 2024-12-06 13:34:03 +0000 |
commit | 5e393afe07004e3f1cdaaee5cda770bb63f521b2 (patch) | |
tree | cec2c649dc95d30fa9c288f1f7a38fbf70ef4b06 /PKGBUILD | |
parent | b2bc840e8c16c7d686001ebe4a5d68c7154551af (diff) | |
download | aur-5e393afe07004e3f1cdaaee5cda770bb63f521b2.tar.gz |
update to 135.0a1.20241206.092831
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.20241205.213207 +pkgver=135.0a1.20241206.092831 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=('4d63cd3627a59a78f92d8f2b5c52dff71e890361966ea43e46be1ca9ec4db9b5') +sha256sums=('086d3aaa279e9fb1427e217b3be7c069147fa509a3bc3137a3168865e6ecd619') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |