diff options
author | github-actions[bot] | 2025-04-15 03:10:14 +0000 |
---|---|---|
committer | github-actions[bot] | 2025-04-15 03:10:14 +0000 |
commit | 6d35aa1a6362d9fd464161ccb1322422831aac65 (patch) | |
tree | 8ef08f4c63af40f9fba17441e1c0abad26337022 | |
parent | e9895673d7e1294a5136ac225e60b2cd05eebc0c (diff) | |
download | aur-6d35aa1a6362d9fd464161ccb1322422831aac65.tar.gz |
update to 139.0a1.20250414.211452
-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-de pkgdesc = German language pack for Firefox Nightly - pkgver = 139.0a1.20250414.094805 + pkgver = 139.0a1.20250414.211452 pkgrel = 1 url = https://www.mozilla.org/firefox/ arch = any @@ -9,8 +9,8 @@ pkgbase = firefox-nightly-i18n-de license = GPL license = LGPL depends = firefox-nightly - noextract = firefox-nightly-i18n-de-139.0a1.20250414.094805.xpi - source = firefox-nightly-i18n-de-139.0a1.20250414.094805.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-139.0a1.de.langpack.xpi - sha256sums = e06f47dde91e2ee2f7b4eeb5aaa2600921af604d259d32771380edc8c5211a95 + noextract = firefox-nightly-i18n-de-139.0a1.20250414.211452.xpi + source = firefox-nightly-i18n-de-139.0a1.20250414.211452.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-139.0a1.de.langpack.xpi + sha256sums = a250dfc7bc30befcfce4a7c3c7e29ae4d886a29d9aa86eacda678e0ae995895f pkgname = firefox-nightly-i18n-de @@ -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.20250414.094805 +pkgver=139.0a1.20250414.211452 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=('e06f47dde91e2ee2f7b4eeb5aaa2600921af604d259d32771380edc8c5211a95') +sha256sums=('a250dfc7bc30befcfce4a7c3c7e29ae4d886a29d9aa86eacda678e0ae995895f') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |