summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2019-09-15 19:20:19 +0200
committermax.bra2019-09-15 19:20:19 +0200
commita4c90dd1226c040c8e397971c7c25841f0fb8516 (patch)
treec5feadb70cd56a66cd0285af2f2b3bf160a95a03
parent34bc3a9369ae2d7443fa91dd01c80fbbc3d4abe0 (diff)
downloadaur-a4c90dd1226c040c8e397971c7c25841f0fb8516.tar.gz
core v. 4.3.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 898677b5daed..47e2bb4e309c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pi-hole-standalone
pkgdesc = The Pi-hole is an advertising-aware DNS/Web server. Arch alteration for standalone PC.
- pkgver = 4.3.1
+ pkgver = 4.3.2
pkgrel = 1
url = https://github.com/pi-hole/pi-hole
install = pi-hole-standalone.install
@@ -14,15 +14,15 @@ pkgbase = pi-hole-standalone
backup = etc/pihole/whitelist.txt
backup = etc/pihole/blacklist.txt
backup = etc/dnsmasq.d/01-pihole.conf
- source = https://github.com/pi-hole/pi-hole/archive/v4.3.1.tar.gz
- source = https://raw.githubusercontent.com/max72bra/pi-hole-standalone-archlinux-customization/master/arch-server-core-4.3.1.patch
+ source = https://github.com/pi-hole/pi-hole/archive/v4.3.2.tar.gz
+ source = https://raw.githubusercontent.com/max72bra/pi-hole-standalone-archlinux-customization/master/arch-server-core-4.3.2.patch
source = dnsmasq.include
source = pi-hole-gravity.service
source = pi-hole-gravity.timer
source = mimic_setupVars.conf.sh
source = piholeDebug.sh
- md5sums = 3973f2a9d7fcd6ea10265feaa397f108
- md5sums = 3cd7bd0ec53825b609c2ba138a089f6f
+ md5sums = 33ea26a46937a0b5d20037639eb0ee34
+ md5sums = a696ca8cb9c9ea14265abb1bd11130cd
md5sums = 50d29442a7b185f0d05bc2ed72f875be
md5sums = 047f13d4ac97877f724f87b002aaee63
md5sums = d42a864f88299998f8233c0bc0dd093d
diff --git a/PKGBUILD b/PKGBUILD
index 2436fa42d8cd..669518dfedda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pi-hole-standalone
_pkgname=pi-hole
-pkgver=4.3.1
+pkgver=4.3.2
pkgrel=1
pkgdesc='The Pi-hole is an advertising-aware DNS/Web server. Arch alteration for standalone PC.'
arch=('any')
@@ -22,8 +22,8 @@ source=(https://github.com/$_pkgname/$_pkgname/archive/v$pkgver.tar.gz
mimic_setupVars.conf.sh
piholeDebug.sh)
-md5sums=('3973f2a9d7fcd6ea10265feaa397f108'
- '3cd7bd0ec53825b609c2ba138a089f6f'
+md5sums=('33ea26a46937a0b5d20037639eb0ee34'
+ 'a696ca8cb9c9ea14265abb1bd11130cd'
'50d29442a7b185f0d05bc2ed72f875be'
'047f13d4ac97877f724f87b002aaee63'
'd42a864f88299998f8233c0bc0dd093d'