Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
web-ext
Commits:
d40fb564 by Daniel M. Capella at 2024-07-20T20:10:54-04:00
upgpkg: 8.2.0-1
- - - - -
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 = 8.1.0
+ pkgver = 8.2.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/8.1.0/web-ext-8.1.0.tar.gz
- sha256sums =
8acd39841c4974b9f3e2873c55ad39b5904fc67b90f0bc4371fc1feb5b873b2f
+ source =
https://github.com/mozilla/web-ext/archive/8.2.0/web-ext-8.2.0.tar.gz
+ sha256sums =
ad8b278716549788abe85357f2a8b2b85779236cdda963ba281c618d57098dbd
pkgname = web-ext
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
-# Maintainer: Chih-Hsuan Yen <[email protected]>
+# Contributor: Chih-Hsuan Yen <[email protected]>
pkgname=web-ext
# https://github.com/mozilla/web-ext/releases
-pkgver=8.1.0
+pkgver=8.2.0
pkgrel=1
pkgdesc='A command line tool to help build, run, and test web extensions'
arch=(any)
@@ -21,7 +21,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=('8acd39841c4974b9f3e2873c55ad39b5904fc67b90f0bc4371fc1feb5b873b2f')
+sha256sums=('ad8b278716549788abe85357f2a8b2b85779236cdda963ba281c618d57098dbd')
prepare() {
cd "$srcdir"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/web-ext/-/commit/d40fb564fd82f62c901a9bfa8de6e45ff1d9778d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/web-ext/-/commit/d40fb564fd82f62c901a9bfa8de6e45ff1d9778d
You're receiving this email because of your account on gitlab.archlinux.org.