summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHéctor Molinero Fernández2020-12-05 22:24:40 +0100
committerHéctor Molinero Fernández2020-12-05 22:24:40 +0100
commit16482b410db4d948dcfaaef3262075ff679efd60 (patch)
tree7c192462e6bf3d13b6b04a4d440232aeb8703690
parent59a662e8b53a7937c2d64a7d00161e10eb4f32df (diff)
downloadaur-16482b410db4d948dcfaaef3262075ff679efd60.tar.gz
Bump version to 3.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48fa0df45d9c..b491ace53f53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = hblock
pkgdesc = An adblocker that creates a hosts file from automatically downloaded sources
- pkgver = 3.1.0
+ pkgver = 3.1.1
pkgrel = 1
url = https://github.com/hectorm/hblock
arch = any
license = MIT
depends = curl
- source = https://github.com/hectorm/hblock/archive/v3.1.0.tar.gz
- sha256sums = 53846eced660bbd43468abb63050304dbdf7d22281cd45b457350cf9c59d4912
+ source = https://github.com/hectorm/hblock/archive/v3.1.1.tar.gz
+ sha256sums = 7d87002c8ba13b72b4614fd2e528dfee816ea632ddee7f49be7cc463b43b6c3c
pkgname = hblock
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:?}"