diff options
author | Viachaslau Khalikin | 2020-05-23 09:42:57 +0300 |
---|---|---|
committer | Viachaslau Khalikin | 2020-05-23 09:42:57 +0300 |
commit | a7db8c103138f511b0a56609376686b1c5ee1207 (patch) | |
tree | 7b2f16fc560f4937edf728d259e0acbeb77f6849 /PKGBUILD | |
parent | 3e4cd247c9732bb49e3f01d22aa14c6572400cb7 (diff) | |
download | aur-a7db8c103138f511b0a56609376686b1c5ee1207.tar.gz |
bump to 1.27.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: Viachaslau Khalikin <khalikin'at'yandex> pkgname=icecat-ublock-origin -pkgver=1.27.2 +pkgver=1.27.6 pkgrel=1 pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean' arch=('any') @@ -10,7 +10,7 @@ license=('GPL3') groups=('icecat-addons') source=("https://github.com/gorhill/uBlock/releases/download/${pkgver}/uBlock0_${pkgver}.firefox.xpi") noextract=("${source##*/}") -sha256sums=('9f6e54847222fda4524b8945e97b15fb61dff62dfc98d8b1ec5ed473df9397fe') +sha256sums=('b6c25115d9a04ecca1e0d59926109473908c59f82b0655a0e13db1f6d4fa44ef') package() { install -Dm644 "${source##*/}" "$pkgdir"/usr/lib/icecat/browser/extensions/uBlock0@raymondhill.net.xpi |