summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2019-07-01 13:00:10 +0100
committerHans-Nikolai Viessmann2019-07-01 13:00:10 +0100
commit759d039666b2f40ac5fa49533e82161d82c6e54d (patch)
tree1308f5000a5a3fa1fcc289a1f0792cca067b7737
parent4614173724c77dc764f7419f51026c58dcc9775c (diff)
downloadaur-759d039666b2f40ac5fa49533e82161d82c6e54d.tar.gz
bump to version 1.20.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 144f96007425..44678b716a9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = chromium-ublock-origin
pkgdesc = An efficient blocker for Chromium
- pkgver = 1.19.6
- pkgrel = 2
+ pkgver = 1.20.0
+ pkgrel = 1
url = https://github.com/gorhill/uBlock
install = chromium-ublock-origin.install
arch = any
@@ -10,8 +10,8 @@ pkgbase = chromium-ublock-origin
makedepends = zip
optdepends = chromium: open-source web browser from Google
optdepends = google-chrome: Google's freeware web browser
- source = https://github.com/gorhill/uBlock/releases/download/1.19.6/uBlock0_1.19.6.chromium.zip
- md5sums = 093a010bcf8856d0da03759d282c453c
+ source = https://github.com/gorhill/uBlock/releases/download/1.20.0/uBlock0_1.20.0.chromium.zip
+ md5sums = 63deefc55eeb941895435e322fb3df6d
pkgname = chromium-ublock-origin
diff --git a/PKGBUILD b/PKGBUILD
index 2774bba3c2ee..a96048ecfb3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# https://github.com/gorhill/uBlock/releases
pkgname=chromium-ublock-origin
-pkgver=1.19.6
-pkgrel=2
+pkgver=1.20.0
+pkgrel=1
pkgdesc='An efficient blocker for Chromium'
arch=('any')
url='https://github.com/gorhill/uBlock'
@@ -15,7 +15,7 @@ optdepends=("chromium: open-source web browser from Google"
"google-chrome: Google's freeware web browser")
install="${pkgname}.install"
source=("https://github.com/gorhill/uBlock/releases/download/${pkgver}/uBlock0_${pkgver}.chromium.zip")
-md5sums=('093a010bcf8856d0da03759d282c453c')
+md5sums=('63deefc55eeb941895435e322fb3df6d')
package() {
mkdir -p "${pkgdir}/usr/share/${pkgname}"