diff options
author | github-actions[bot] | 2025-04-03 14:25:32 +0000 |
---|---|---|
committer | github-actions[bot] | 2025-04-03 14:25:32 +0000 |
commit | 04c154a3369084d680c436df8467295ac25bc9bb (patch) | |
tree | 639b4d0b547ae22f4ed021102818545779fe4ea3 | |
parent | c500d5e78d4d2f5f2c7668ef8af7685f9c0cbdc6 (diff) | |
download | aur-04c154a3369084d680c436df8467295ac25bc9bb.tar.gz |
update to 139.0a1.20250403.095150
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = firefox-nightly-i18n-ff pkgdesc = Fulah language pack for Firefox Nightly - pkgver = 139.0a1.20250402.162225 + pkgver = 139.0a1.20250403.095150 pkgrel = 1 url = https://www.mozilla.org/firefox/ arch = any @@ -9,8 +9,8 @@ pkgbase = firefox-nightly-i18n-ff license = GPL license = LGPL depends = firefox-nightly - noextract = firefox-nightly-i18n-ff-139.0a1.20250402.162225.xpi - source = firefox-nightly-i18n-ff-139.0a1.20250402.162225.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-139.0a1.ff.langpack.xpi - sha256sums = 2c7520b0e9780c32e7dbef830f2bee5d24489c0133727c5b0135f0bdafa370fc + noextract = firefox-nightly-i18n-ff-139.0a1.20250403.095150.xpi + source = firefox-nightly-i18n-ff-139.0a1.20250403.095150.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-139.0a1.ff.langpack.xpi + sha256sums = ab81d1df6a081dbbb67d5cb0c50121ee73b9f864403040445cce1c9ecd66af40 pkgname = firefox-nightly-i18n-ff @@ -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.20250402.162225 +pkgver=139.0a1.20250403.095150 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=('2c7520b0e9780c32e7dbef830f2bee5d24489c0133727c5b0135f0bdafa370fc') +sha256sums=('ab81d1df6a081dbbb67d5cb0c50121ee73b9f864403040445cce1c9ecd66af40') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |