diff options
author | github-actions[bot] | 2025-04-09 14:30:31 +0000 |
---|---|---|
committer | github-actions[bot] | 2025-04-09 14:30:31 +0000 |
commit | 63f15f5b40a522e52ec8b8c470fc7e26f90cbcb8 (patch) | |
tree | 02e1fd9e276eea7733e4287efc5cf9d69a3459eb | |
parent | 3ae47eef4a8b50d7740bd8c44a56eb46674d79bc (diff) | |
download | aur-63f15f5b40a522e52ec8b8c470fc7e26f90cbcb8.tar.gz |
update to 139.0a1.20250409.094121
-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-uk pkgdesc = Ukrainian language pack for Firefox Nightly - pkgver = 139.0a1.20250408.212225 + pkgver = 139.0a1.20250409.094121 pkgrel = 1 url = https://www.mozilla.org/firefox/ arch = any @@ -9,8 +9,8 @@ pkgbase = firefox-nightly-i18n-uk license = GPL license = LGPL depends = firefox-nightly - noextract = firefox-nightly-i18n-uk-139.0a1.20250408.212225.xpi - source = firefox-nightly-i18n-uk-139.0a1.20250408.212225.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-139.0a1.uk.langpack.xpi - sha256sums = 561a6a67e0e0da4e3764ad0c1794598a52a2f34ac06095cee108683912afba39 + noextract = firefox-nightly-i18n-uk-139.0a1.20250409.094121.xpi + source = firefox-nightly-i18n-uk-139.0a1.20250409.094121.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-139.0a1.uk.langpack.xpi + sha256sums = 213fba125489593cf520cadfa7b78d610e9147ea85714ed2ee716c6414b7f7af pkgname = firefox-nightly-i18n-uk @@ -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=139.0a1 -pkgver=139.0a1.20250408.212225 +pkgver=139.0a1.20250409.094121 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=('561a6a67e0e0da4e3764ad0c1794598a52a2f34ac06095cee108683912afba39') +sha256sums=('213fba125489593cf520cadfa7b78d610e9147ea85714ed2ee716c6414b7f7af') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |