diff options
author | github-actions[bot] | 2024-12-13 14:18:50 +0000 |
---|---|---|
committer | github-actions[bot] | 2024-12-13 14:18:50 +0000 |
commit | 406c61b29ffc718accec0cdba59ae7a9c3e35ea8 (patch) | |
tree | 0f48afde0b4f7ec980a44acd4dc71d2bfda9292f /PKGBUILD | |
parent | e73edec49c29b9ef85e97a06d5ab5fcfe24fbd22 (diff) | |
download | aur-406c61b29ffc718accec0cdba59ae7a9c3e35ea8.tar.gz |
update to 135.0a1.20241213.094257
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.20241212.212433 +pkgver=135.0a1.20241213.094257 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=('ae3d9e489892c137d9efb6561a9dd5d43c033e84cc1542c6f9fdfd54baea89f8') +sha256sums=('fb26ac0d4c0be5e83df57772ede64d2416888ab224412b59374b9d081f5af863') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |