diff options
author | github-actions[bot] | 2025-02-10 14:28:57 +0000 |
---|---|---|
committer | github-actions[bot] | 2025-02-10 14:28:57 +0000 |
commit | c520342337f68bb5ffa5ed399ed30c55940fd463 (patch) | |
tree | 4b34aabfab3575ec01a7b4f9ee90d10d65ae752c /PKGBUILD | |
parent | 78b45a20d4a4407cc88658480b546d21787770ed (diff) | |
download | aur-c520342337f68bb5ffa5ed399ed30c55940fd463.tar.gz |
update to 137.0a1.20250210.093033
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=137.0a1 -pkgver=137.0a1.20250209.212051 +pkgver=137.0a1.20250210.093033 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=('10ef2b17fe52cf4c3186948ec9637e4b81b4e949a69cbd92f35977d61f138463') +sha256sums=('c0d613549195b91e26e9c5bc8a93e1a589803ae622b300355338ea34cb7e693d') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |