Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages /
web-ext
Commits:
7071e340 by Chih-Hsuan Yen at 2023-12-29T23:17:41+08:00
upgpkg: 7.9.0-1; nodejs >= 20 still incompatible :(
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = web-ext
pkgdesc = A command line tool to help build, run, and test web
extensions
- pkgver = 7.8.0
+ pkgver = 7.9.0
pkgrel = 1
url = https://developer.mozilla.org/en-US/Add-ons/WebExtensions
arch = any
@@ -13,7 +13,7 @@ pkgbase = web-ext
conflicts = nodejs-web-ext
replaces = nodejs-web-ext
options = !strip
- source =
https://github.com/mozilla/web-ext/archive/7.8.0/web-ext-7.8.0.tar.gz
- sha256sums =
acdd53e7233f44d42ab6fe9c6c2a8964c0e63a0100d38d32b8f6fc00d9b3140c
+ source =
https://github.com/mozilla/web-ext/archive/7.9.0/web-ext-7.9.0.tar.gz
+ sha256sums =
47106c1162089696ec45034139532acdd0877a7b3ad1a05e9906187be6c831b2
pkgname = web-ext
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=web-ext
# https://github.com/mozilla/web-ext/releases
-pkgver=7.8.0
+pkgver=7.9.0
pkgrel=1
pkgdesc='A command line tool to help build, run, and test web extensions'
arch=(any)
@@ -20,7 +20,7 @@ conflicts=('nodejs-web-ext')
options=('!strip')
# tarball on npmjs lacks scripts for building from sources
source=("https://github.com/mozilla/web-ext/archive/$pkgver/web-ext-$pkgver.tar.gz")
-sha256sums=('acdd53e7233f44d42ab6fe9c6c2a8964c0e63a0100d38d32b8f6fc00d9b3140c')
+sha256sums=('47106c1162089696ec45034139532acdd0877a7b3ad1a05e9906187be6c831b2')
prepare() {
cd "$srcdir"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/web-ext/-/commit/7071e340f585e54ac63f0a5df7301d0befec243c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/web-ext/-/commit/7071e340f585e54ac63f0a5df7301d0befec243c
You're receiving this email because of your account on gitlab.archlinux.org.