summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel M. Capella2017-10-06 06:34:42 -0400
committerDaniel M. Capella2017-10-06 06:35:12 -0400
commitcaf8ad782b8007a14d689f0e9443b9ca3c733c4c (patch)
treee491d64ae9582cd62795317e273d44a8238ea654
parentd5cc35d8503c71aadbfbf8799c6bca2c09133965 (diff)
downloadaur-caf8ad782b8007a14d689f0e9443b9ca3c733c4c.tar.gz
1.1.0
Start using checksum from X-Target-Digest.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e4fc21e7137..2a1323a93dd6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Fri May 26 17:34:16 UTC 2017
+# Fri Oct 6 10:35:04 UTC 2017
pkgbase = firefox-umatrix
pkgdesc = Point and click matrix to filter net requests by source, destination and type
- pkgver = 1.0.0
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/gorhill/uMatrix
arch = any
license = GPL3
- noextract = umatrix-1.0.0-fx+sm.xpi
- source = https://addons.cdn.mozilla.net/user-media/addons/613250/umatrix-1.0.0-fx+sm.xpi
- sha512sums = 223603df003f63dd040281c833a7af6209b0bd257f18619e215d4a1a5af46f591abee359a6e596f5ce801939828f611cf15ca168b7a71bf760dc26e92bd58924
+ noextract = umatrix-1.1.0-an+fx-linux.xpi
+ source = https://addons.cdn.mozilla.net/user-media/addons/613250/umatrix-1.1.0-an+fx-linux.xpi
+ sha256sums = 3099726fa99c3abdcab8c91399c0be79914dcce186bf951f43394847669e3ad3
pkgname = firefox-umatrix
diff --git a/PKGBUILD b/PKGBUILD
index 4e3762c26fad..3221f1529f83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Daniel M. Capella <polyzen@archlinux.info>
pkgname=firefox-umatrix
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=1
pkgdesc='Point and click matrix to filter net requests by source, destination and type'
url=https://github.com/gorhill/uMatrix
arch=('any')
license=('GPL3')
-source=("https://addons.cdn.mozilla.net/user-media/addons/613250/umatrix-$pkgver-fx+sm.xpi")
+source=("https://addons.cdn.mozilla.net/user-media/addons/613250/umatrix-$pkgver-an+fx-linux.xpi")
noextract=("${source##*/}")
-sha512sums=('223603df003f63dd040281c833a7af6209b0bd257f18619e215d4a1a5af46f591abee359a6e596f5ce801939828f611cf15ca168b7a71bf760dc26e92bd58924')
+sha256sums=('3099726fa99c3abdcab8c91399c0be79914dcce186bf951f43394847669e3ad3')
package() {
install -Dm644 "${source##*/}" "$pkgdir"/usr/lib/firefox/browser/extensions/uMatrix@raymondhill.net.xpi