diff options
author | github-actions[bot] | 2024-10-31 13:32:09 +0000 |
---|---|---|
committer | github-actions[bot] | 2024-10-31 13:32:09 +0000 |
commit | 3407485ff6946a82f7f679d618e51fc1559440e2 (patch) | |
tree | aea9cb3bca1db4aee4b9a098d471e2e3fe581275 | |
parent | 3d4c46168fd61fa095180bae452f912d19a45e9e (diff) | |
download | aur-3407485ff6946a82f7f679d618e51fc1559440e2.tar.gz |
update to 134.0a1.20241031.093845
-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-da pkgdesc = Danish language pack for Firefox Nightly - pkgver = 134.0a1.20241030.214633 + pkgver = 134.0a1.20241031.093845 pkgrel = 1 url = https://www.mozilla.org/firefox/ arch = any @@ -9,8 +9,8 @@ pkgbase = firefox-nightly-i18n-da license = GPL license = LGPL depends = firefox-nightly - noextract = firefox-nightly-i18n-da-134.0a1.20241030.214633.xpi - source = firefox-nightly-i18n-da-134.0a1.20241030.214633.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-134.0a1.da.langpack.xpi - sha256sums = 8fb363c8465964ed638107c560580feea261e5cce2e90115629656024b569d20 + noextract = firefox-nightly-i18n-da-134.0a1.20241031.093845.xpi + source = firefox-nightly-i18n-da-134.0a1.20241031.093845.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-134.0a1.da.langpack.xpi + sha256sums = 2371672dfadb0976a19d73e9eea8c048b13c2cd45f021b20729e53487e0aa1a3 pkgname = firefox-nightly-i18n-da @@ -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=134.0a1 -pkgver=134.0a1.20241030.214633 +pkgver=134.0a1.20241031.093845 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=('8fb363c8465964ed638107c560580feea261e5cce2e90115629656024b569d20') +sha256sums=('2371672dfadb0976a19d73e9eea8c048b13c2cd45f021b20729e53487e0aa1a3') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |