summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2021-03-01 07:14:53 -0500
committergraysky2021-03-01 07:14:53 -0500
commite061339ad78912702995ede3b62acc99feb1b9a5 (patch)
tree00b6552b5ad12814783fa392d5910352356a7a33
parentce9c93787e05f243020759fb7f997709edd12c22 (diff)
downloadaur-hosts-update.tar.gz
Update to 1.38-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83e4b8d647c2..e54c1985363c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Tue Feb 2 02:03:28 UTC 2016
pkgbase = hosts-update
pkgdesc = Injects the mvps blocklist to /etc/hosts to prevent thousands of parasites, hijackers and unwanted adware/spyware/privacy websites from working.
- pkgver = 1.37
- pkgrel = 2
+ pkgver = 1.38
+ pkgrel = 1
url = https://github.com/graysky2/hosts-update
install = readme.install
arch = any
@@ -12,8 +10,8 @@ pkgbase = hosts-update
conflicts = hosts_update
replaces = hosts_update
backup = etc/hosts.local
- source = http://repo-ck.com/source/hosts-update/hosts-update-1.37.tar.xz
- sha256sums = 6159d82faa221085cd516f0e1402b18bee67dab9b1ad55224a51b24cf1c1e842
+ source = hosts-update-v1.38.tar.gz::https://github.com/graysky2/hosts-update/archive/v1.38.tar.gz
+ sha256sums = 9a0fdb028beaf9fa4c2ec5f1a0030fcfe1a996ea42b874b944ec07885ca0f2ba
pkgname = hosts-update
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() {