diff options
author | github-actions[bot] | 2025-03-05 03:04:55 +0000 |
---|---|---|
committer | github-actions[bot] | 2025-03-05 03:04:55 +0000 |
commit | c94ea3fa761679efa45e1eeca41e1746552052f5 (patch) | |
tree | 78863232635d3e10208a8df1288e595016e2516f /PKGBUILD | |
parent | fe9b936998f1f9be973868f1201c1db6aa9b2aab (diff) | |
download | aur-c94ea3fa761679efa45e1eeca41e1746552052f5.tar.gz |
update to 138.0a1.20250304.213504
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.20250304.094020 +pkgver=138.0a1.20250304.213504 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=('31d76197355a857db7e5f2e8fc571e1ef0c9d8e9fa8007e0dd50d6b3f6012806') +sha256sums=('96fc254dade42c7dc49931d0c5a4fadf4195132c9518d298225b4640f14292f9') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |