diff options
author | github-actions[bot] | 2025-03-04 02:59:33 +0000 |
---|---|---|
committer | github-actions[bot] | 2025-03-04 02:59:33 +0000 |
commit | 8597663bfa27fdc2cd77c8c6539fc72d32556c26 (patch) | |
tree | 6836211efbab52ba86170f082c500a9a57cfe851 /PKGBUILD | |
parent | 44717162e2ab9bcae3bd83bb91bd9376ad9c6fad (diff) | |
download | aur-8597663bfa27fdc2cd77c8c6539fc72d32556c26.tar.gz |
update to 138.0a1.20250303.162910
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=137.0a1 -pkgver=137.0a1.20250303.090051 +_version=138.0a1 +pkgver=138.0a1.20250303.162910 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=('143abdaf8c50516587ec99743a5b77aac8fa1172aa79f920729339b508fabc22') +sha256sums=('12ddce0125990e2b0831930bdd9a2aa73f71043f7bcdc6f24555148cfcc7c46c') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |