diff options
author | github-actions[bot] | 2025-01-16 02:48:12 +0000 |
---|---|---|
committer | github-actions[bot] | 2025-01-16 02:48:12 +0000 |
commit | 0e30717a34c385e0dc85b92701cee4378d6c50a7 (patch) | |
tree | ee09145ce1a6a767357e3a0398c72803b083aee5 | |
parent | 42126710e91b16aab9dcc0ae0318f5e86eae32f9 (diff) | |
download | aur-0e30717a34c385e0dc85b92701cee4378d6c50a7.tar.gz |
update to 136.0a1.20250115.215720
-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 = 136.0a1.20250115.042832 + pkgver = 136.0a1.20250115.215720 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-136.0a1.20250115.042832.xpi - source = firefox-nightly-i18n-da-136.0a1.20250115.042832.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-136.0a1.da.langpack.xpi - sha256sums = 6cad68f10e67e7007f7c2c0a1a3086f2c9a980f5b2c767e1aecdb92aa3e43e2d + noextract = firefox-nightly-i18n-da-136.0a1.20250115.215720.xpi + source = firefox-nightly-i18n-da-136.0a1.20250115.215720.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-136.0a1.da.langpack.xpi + sha256sums = 78c47998f483f798e4ca0fcf7fb2fbb91fc02acc49bd5a7eeb86300221982f77 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=136.0a1 -pkgver=136.0a1.20250115.042832 +pkgver=136.0a1.20250115.215720 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=('6cad68f10e67e7007f7c2c0a1a3086f2c9a980f5b2c767e1aecdb92aa3e43e2d') +sha256sums=('78c47998f483f798e4ca0fcf7fb2fbb91fc02acc49bd5a7eeb86300221982f77') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |