diff options
author | github-actions[bot] | 2024-11-14 13:32:31 +0000 |
---|---|---|
committer | github-actions[bot] | 2024-11-14 13:32:31 +0000 |
commit | 0b2f155fb538a2cc6f3976ec2df0122f83167973 (patch) | |
tree | 9c03d70c16d142f5f696cd63f36da776d87125e0 | |
parent | 10ce10229db78f64d7657d17e62ffa85f38b7ec0 (diff) | |
download | aur-0b2f155fb538a2cc6f3976ec2df0122f83167973.tar.gz |
update to 134.0a1.20241114.095720
-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.20241113.215256 + pkgver = 134.0a1.20241114.095720 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.20241113.215256.xpi - source = firefox-nightly-i18n-da-134.0a1.20241113.215256.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-134.0a1.da.langpack.xpi - sha256sums = a5120cc66ddbf7bbca24da40be356bb486f10356e696eef3f7296a6ba2dee3a3 + noextract = firefox-nightly-i18n-da-134.0a1.20241114.095720.xpi + source = firefox-nightly-i18n-da-134.0a1.20241114.095720.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-134.0a1.da.langpack.xpi + sha256sums = 064378b62e7a9ce52a53c62a5b756f378d2f80a8406307e13ddd5541e169e612 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.20241113.215256 +pkgver=134.0a1.20241114.095720 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=('a5120cc66ddbf7bbca24da40be356bb486f10356e696eef3f7296a6ba2dee3a3') +sha256sums=('064378b62e7a9ce52a53c62a5b756f378d2f80a8406307e13ddd5541e169e612') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |