diff options
author | github-actions[bot] | 2025-01-18 14:20:42 +0000 |
---|---|---|
committer | github-actions[bot] | 2025-01-18 14:20:42 +0000 |
commit | 16d5693d89361004575a7e046c8de879469c3ba6 (patch) | |
tree | 89130c0f4e95669ec7e45153ea381c3be879461d | |
parent | 0e050ae103b3e79eca9d84ffe181e28812e0f261 (diff) | |
download | aur-16d5693d89361004575a7e046c8de879469c3ba6.tar.gz |
update to 136.0a1.20250118.091314
-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.20250117.215754 + pkgver = 136.0a1.20250118.091314 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.20250117.215754.xpi - source = firefox-nightly-i18n-da-136.0a1.20250117.215754.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-136.0a1.da.langpack.xpi - sha256sums = 37d8a59bd6b745b5064c222333f96513c0f552fe627b1d5880b7aa224416157f + noextract = firefox-nightly-i18n-da-136.0a1.20250118.091314.xpi + source = firefox-nightly-i18n-da-136.0a1.20250118.091314.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-136.0a1.da.langpack.xpi + sha256sums = 03b057f0d48475b0bf6984703eb36cce8d30314a9ed7a70c5134f1a172a1824d 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.20250117.215754 +pkgver=136.0a1.20250118.091314 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=('37d8a59bd6b745b5064c222333f96513c0f552fe627b1d5880b7aa224416157f') +sha256sums=('03b057f0d48475b0bf6984703eb36cce8d30314a9ed7a70c5134f1a172a1824d') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |