diff options
author | github-actions[bot] | 2024-12-19 02:57:53 +0000 |
---|---|---|
committer | github-actions[bot] | 2024-12-19 02:57:53 +0000 |
commit | 0300649f027f3ba7900952fab4b2273ecc3f8537 (patch) | |
tree | a5382f952d91e1aa7af315b4ee8885150fb93698 /PKGBUILD | |
parent | 44a8dd587c9533eacc5879bcb4716f1bc86207cd (diff) | |
download | aur-0300649f027f3ba7900952fab4b2273ecc3f8537.tar.gz |
update to 135.0a1.20241218.214439
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.20241218.092439 +pkgver=135.0a1.20241218.214439 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=('5f9a17297210d70255167d369701b8303263c95edc019f79c4f445227b76e86a') +sha256sums=('c6469b4eb37296034a8a93330c73fe8ff19facbf1dc481da19dc3832c40eef7a') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |