summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgraysky2021-03-01 07:14:53 -0500
committergraysky2021-03-01 07:14:53 -0500
commite061339ad78912702995ede3b62acc99feb1b9a5 (patch)
tree00b6552b5ad12814783fa392d5910352356a7a33 /PKGBUILD
parentce9c93787e05f243020759fb7f997709edd12c22 (diff)
downloadaur-hosts-update.tar.gz
Update to 1.38-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 91c9dd985e40..548801247747 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Contributor: graysky <graysky AT archlinux dot us>
pkgname=hosts-update
-pkgver=1.37
-pkgrel=2
+pkgver=1.38
+pkgrel=1
pkgdesc='Injects the mvps blocklist to /etc/hosts to prevent thousands of parasites, hijackers and unwanted adware/spyware/privacy websites from working.'
arch=('any')
depends=('curl')
license=('GPL')
url="https://github.com/graysky2/hosts-update"
-source=("http://repo-ck.com/source/$pkgname/$pkgname-$pkgver.tar.xz")
+source=("$pkgname-v$pkgver.tar.gz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz")
replaces=('hosts_update')
conflicts=('hosts_update')
backup=('etc/hosts.local')
-sha256sums=('6159d82faa221085cd516f0e1402b18bee67dab9b1ad55224a51b24cf1c1e842')
+sha256sums=('9a0fdb028beaf9fa4c2ec5f1a0030fcfe1a996ea42b874b944ec07885ca0f2ba')
install=readme.install
build() {