diff options
author | github-actions[bot] | 2025-02-04 02:49:01 +0000 |
---|---|---|
committer | github-actions[bot] | 2025-02-04 02:49:01 +0000 |
commit | 24f7af38e72870a0757a46af45129bd91b32ffc0 (patch) | |
tree | ddddacb2bed3035698ef38bb31ba84f0e23f4f54 /PKGBUILD | |
parent | b0a033b1eab497f67a8f5a1b31b82147c6006a1f (diff) | |
download | aur-24f7af38e72870a0757a46af45129bd91b32ffc0.tar.gz |
update to 137.0a1.20250203.211456
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,8 +8,8 @@ license=('MPL' 'GPL' 'LGPL') url="https://www.mozilla.org/firefox/" _url=https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi -_version=136.0a1 -pkgver=136.0a1.20250203.095240 +_version=137.0a1 +pkgver=137.0a1.20250203.211456 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=('eb8f3b1bb84bd4a9fdc02ba05cc9dbada28041aa382065789f1e6ca028e9ce89') +sha256sums=('d472074642154661231f938eb5652b5d0c72d4d42bfde75cd9b74dd4c6ab0a55') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |