Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages /
firefox-noscript
Commits:
5c736ca0 by Sergej Pupykin at 2024-09-17T00:02:53+03:00
upgpkg: 11.4.37-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,16 +1,16 @@
pkgbase = firefox-noscript
pkgdesc = Extension for firefox which disables javascript
- pkgver = 11.4.34
+ pkgver = 11.4.37
pkgrel = 1
url = https://noscript.net/
arch = any
groups = firefox-addons
license = GPL2
checkdepends = jq
- noextract = noscript-11.4.34.xpi
- source =
noscript-11.4.34.xpi::https://noscript.net/download/releases/noscript-11.4.34.xpi
- sha256sums =
e538163118e8e9dcabd6306b8a9abb3fccb556b7d87b68e18aa0997d121ba00a
- b2sums =
1514bc28d14fd9ab08d7cfec5ea326327120677ee89dd3a9a29b36f99ade1fe1be37cb5a070380402562583b6d4684a49a66b3a4e74513f088d0b07c765420d4
+ noextract = noscript-11.4.37.xpi
+ source =
noscript-11.4.37.xpi::https://noscript.net/download/releases/noscript-11.4.37.xpi
+ sha256sums =
5e9921599c63e0b357851ea7ca1354554b3af2c676bbbfff5687cafce4396c18
+ b2sums =
7ca014791a3bbcb8431bdee25061f169298a3a66057ef32b6da589937227f0110da9209be553c89b017386c89561b72e056d5f28a488c527e9309a841c895e86
pkgname = firefox-noscript
depends = firefox
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Eli schwartz <[email protected]>
pkgname=firefox-noscript
-pkgver=11.4.34
+pkgver=11.4.37
pkgrel=1
#_file=3910951
pkgdesc="Extension for firefox which disables javascript"
@@ -14,8 +14,8 @@ groups=('firefox-addons')
#source=("noscript-${pkgver}.xpi::https://addons.mozilla.org/firefox/downloads/file/${_file}/")
source=("noscript-${pkgver}.xpi::https://noscript.net/download/releases/noscript-$pkgver.xpi")
noextract=("noscript-${pkgver}.xpi")
-sha256sums=('e538163118e8e9dcabd6306b8a9abb3fccb556b7d87b68e18aa0997d121ba00a')
-b2sums=('1514bc28d14fd9ab08d7cfec5ea326327120677ee89dd3a9a29b36f99ade1fe1be37cb5a070380402562583b6d4684a49a66b3a4e74513f088d0b07c765420d4')
+sha256sums=('5e9921599c63e0b357851ea7ca1354554b3af2c676bbbfff5687cafce4396c18')
+b2sums=('7ca014791a3bbcb8431bdee25061f169298a3a66057ef32b6da589937227f0110da9209be553c89b017386c89561b72e056d5f28a488c527e9309a841c895e86')
check() {
bsdtar xf noscript-$pkgver.xpi manifest.json
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/firefox-noscript/-/commit/5c736ca05448ad17292fc2bed292310ee39890d9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/firefox-noscript/-/commit/5c736ca05448ad17292fc2bed292310ee39890d9
You're receiving this email because of your account on gitlab.archlinux.org.