diff options
author | github-actions[bot] | 2025-04-20 03:12:35 +0000 |
---|---|---|
committer | github-actions[bot] | 2025-04-20 03:12:35 +0000 |
commit | 10b9b12e89f51cd8f5bb8b7f2dbefd0c669fee43 (patch) | |
tree | e4578c3ce1998683e816b238be98b2f3a19fc8f1 /PKGBUILD | |
parent | f7ddc385b7581fde82f2864618324c4bd69bc6b2 (diff) | |
download | aur-10b9b12e89f51cd8f5bb8b7f2dbefd0c669fee43.tar.gz |
update to 139.0a1.20250419.204823
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=139.0a1 -pkgver=139.0a1.20250419.094613 +pkgver=139.0a1.20250419.204823 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=('48037b1139ccf00d69ae0c4e25bea0e483fbd3bcca17de760448dff2457eedfc') +sha256sums=('df5ce061dd0905a36ff678e37de5c05f9be991847b7e472924addec29de03704') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |