summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ab14ab150fc..67f477b837b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Héctor Molinero Fernández <hector at molinero dot dev>
# Contributor: Erazem Kokot <contact at erazem dot eu>
pkgname='hblock'
-pkgver='3.1.0'
+pkgver='3.1.1'
pkgrel='1'
pkgdesc='An adblocker that creates a hosts file from automatically downloaded sources'
arch=('any')
@@ -9,7 +9,7 @@ url='https://github.com/hectorm/hblock'
license=('MIT')
depends=('curl')
source=("https://github.com/hectorm/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('53846eced660bbd43468abb63050304dbdf7d22281cd45b457350cf9c59d4912')
+sha256sums=('7d87002c8ba13b72b4614fd2e528dfee816ea632ddee7f49be7cc463b43b6c3c')
package() {
cd -- "${pkgname:?}-${pkgver:?}"