diff options
author | github-actions[bot] | 2025-03-26 03:02:28 +0000 |
---|---|---|
committer | github-actions[bot] | 2025-03-26 03:02:28 +0000 |
commit | 38414be1f6ca7374c8ba06ab7b9194368e05721e (patch) | |
tree | 8b17f799eee26823c7570db452ad9928d2384019 /PKGBUILD | |
parent | 27c47648402275c5fbe65cd96e28279522f11385 (diff) | |
download | aur-38414be1f6ca7374c8ba06ab7b9194368e05721e.tar.gz |
update to 138.0a1.20250325.210233
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=138.0a1 -pkgver=138.0a1.20250325.094751 +pkgver=138.0a1.20250325.210233 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=('76cd4ffcd546590c3f8cec5d12ac71eea658f646ea4f0c8e17b8c85e8186e931') +sha256sums=('3638f44972f6e7e85c59ed4eb3f61d41e7bb344c0b6bb6460807026ea3ee839f') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |