diff options
author | github-actions[bot] | 2025-04-01 14:26:09 +0000 |
---|---|---|
committer | github-actions[bot] | 2025-04-01 14:26:09 +0000 |
commit | 7098c6fd3a8bcb854f3993ae03cdd2b06b49e1de (patch) | |
tree | 3498f761e7f98f62373d9378b51f74cc5fdfbec7 | |
parent | f65c6a10053a1fb899210c3b39c6e73ffce94c44 (diff) | |
download | aur-7098c6fd3a8bcb854f3993ae03cdd2b06b49e1de.tar.gz |
update to 139.0a1.20250401.094015
-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.20250331.215235 + pkgver = 139.0a1.20250401.094015 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.20250331.215235.xpi - source = firefox-nightly-i18n-ff-139.0a1.20250331.215235.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-139.0a1.ff.langpack.xpi - sha256sums = d982ce72d89ba3123c644be186ae6f966d70e8116adee498d14a32ce80f9d8b0 + noextract = firefox-nightly-i18n-ff-139.0a1.20250401.094015.xpi + source = firefox-nightly-i18n-ff-139.0a1.20250401.094015.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-139.0a1.ff.langpack.xpi + sha256sums = 053c4a73fb5cc0943147cf9e5be1ef091d26b5f14d123a3220dac147a0252ece 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.20250331.215235 +pkgver=139.0a1.20250401.094015 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=('d982ce72d89ba3123c644be186ae6f966d70e8116adee498d14a32ce80f9d8b0') +sha256sums=('053c4a73fb5cc0943147cf9e5be1ef091d26b5f14d123a3220dac147a0252ece') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |