diff options
author | github-actions[bot] | 2025-03-19 14:22:26 +0000 |
---|---|---|
committer | github-actions[bot] | 2025-03-19 14:22:26 +0000 |
commit | 6dc2ce498968db9d18ab7e398ac7479f8df40866 (patch) | |
tree | a8f451f35d88e98ed9f3ee96242863f2315ce448 | |
parent | f4c96c65161053c651ed790bca586dc6ea012dc5 (diff) | |
download | aur-6dc2ce498968db9d18ab7e398ac7479f8df40866.tar.gz |
update to 138.0a1.20250319.094349
-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-bn pkgdesc = Bengali language pack for Firefox Nightly - pkgver = 138.0a1.20250318.213234 + pkgver = 138.0a1.20250319.094349 pkgrel = 1 url = https://www.mozilla.org/firefox/ arch = any @@ -9,8 +9,8 @@ pkgbase = firefox-nightly-i18n-bn license = GPL license = LGPL depends = firefox-nightly - noextract = firefox-nightly-i18n-bn-138.0a1.20250318.213234.xpi - source = firefox-nightly-i18n-bn-138.0a1.20250318.213234.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-138.0a1.bn.langpack.xpi - sha256sums = b5043341be376f8b7c1e5f169c0ea76d3988cff84638278909b4ebfab6a58e97 + noextract = firefox-nightly-i18n-bn-138.0a1.20250319.094349.xpi + source = firefox-nightly-i18n-bn-138.0a1.20250319.094349.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-138.0a1.bn.langpack.xpi + sha256sums = c864fac092cb528e280c14efc3e16884e78749b2a85eac21275697c45f6dcc5f pkgname = firefox-nightly-i18n-bn @@ -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=138.0a1 -pkgver=138.0a1.20250318.213234 +pkgver=138.0a1.20250319.094349 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=('b5043341be376f8b7c1e5f169c0ea76d3988cff84638278909b4ebfab6a58e97') +sha256sums=('c864fac092cb528e280c14efc3e16884e78749b2a85eac21275697c45f6dcc5f') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |