diff options
author | github-actions[bot] | 2024-10-21 02:26:41 +0000 |
---|---|---|
committer | github-actions[bot] | 2024-10-21 02:26:41 +0000 |
commit | 30dd1f23eebd1df09a2e9ecfcbc85543db60c412 (patch) | |
tree | 01793dbe9b04199f50196b8ce54007e860470442 | |
parent | c8dcaaced0bfdcd628926a8797c54fef1cae05f3 (diff) | |
download | aur-30dd1f23eebd1df09a2e9ecfcbc85543db60c412.tar.gz |
update to 133.0a1.20241020.211110
-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 = 133.0a1.20241020.091249 + pkgver = 133.0a1.20241020.211110 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-133.0a1.20241020.091249.xpi - source = firefox-nightly-i18n-da-133.0a1.20241020.091249.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-133.0a1.da.langpack.xpi - sha256sums = 3dde342f7a03f0862dd5a754e846428379c48c365503c721fa572ecf723d30cb + noextract = firefox-nightly-i18n-da-133.0a1.20241020.211110.xpi + source = firefox-nightly-i18n-da-133.0a1.20241020.211110.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-133.0a1.da.langpack.xpi + sha256sums = d28c9f5d7532de55dc3c73066518dad59cc0051f46dcddef2f81a9f2f4873c9b 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=133.0a1 -pkgver=133.0a1.20241020.091249 +pkgver=133.0a1.20241020.211110 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=('3dde342f7a03f0862dd5a754e846428379c48c365503c721fa572ecf723d30cb') +sha256sums=('d28c9f5d7532de55dc3c73066518dad59cc0051f46dcddef2f81a9f2f4873c9b') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |