summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2020-02-26 08:59:03 +0100
committermax.bra2020-02-26 08:59:03 +0100
commitc2ea41f18de2be2bfc6f6cd132a656dc5f499058 (patch)
tree3da7660a33c2a84d23224f12e3eabc5800b9a9de
parentc945e53f4e25586d2786703094896b2b95d15487 (diff)
downloadaur-c2ea41f18de2be2bfc6f6cd132a656dc5f499058.tar.gz
core v. 4.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ea5be57ae91..326291998673 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.5
+ pkgver = 4.4
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.5.tar.gz
- source = arch-server-core-4.3.5-620669200.patch::https://raw.githubusercontent.com/max72bra/pi-hole-standalone-archlinux-customization/master/arch-server-core-4.3.5.patch
+ source = https://github.com/pi-hole/pi-hole/archive/v4.4.tar.gz
+ source = arch-server-core-4.4-071422960.patch::https://raw.githubusercontent.com/max72bra/pi-hole-standalone-archlinux-customization/master/arch-server-core-4.4.patch
source = dnsmasq.include
source = pi-hole-gravity.service
source = pi-hole-gravity.timer
source = mimic_setupVars.conf.sh
source = piholeDebug.sh
- md5sums = 177b0155ccf81d676dcd2e12c469dee9
- md5sums = e6b6943108626120668f766a38512ec3
+ md5sums = 970013bf8e273b868dd184ac2ffb1348
+ md5sums = 3fcad1100e80aa6452ec675e7e8de739
md5sums = 50d29442a7b185f0d05bc2ed72f875be
md5sums = 047f13d4ac97877f724f87b002aaee63
md5sums = d42a864f88299998f8233c0bc0dd093d
diff --git a/PKGBUILD b/PKGBUILD
index 8fc9db08f49e..297cc7aaa2e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pi-hole-standalone
_pkgname=pi-hole
-pkgver=4.3.5
+pkgver=4.4
pkgrel=1
_now=`date +%N`
pkgdesc='The Pi-hole is an advertising-aware DNS/Web server. Arch alteration for standalone PC.'
@@ -23,8 +23,8 @@ source=(https://github.com/$_pkgname/$_pkgname/archive/v$pkgver.tar.gz
mimic_setupVars.conf.sh
piholeDebug.sh)
-md5sums=('177b0155ccf81d676dcd2e12c469dee9'
- 'e6b6943108626120668f766a38512ec3'
+md5sums=('970013bf8e273b868dd184ac2ffb1348'
+ '3fcad1100e80aa6452ec675e7e8de739'
'50d29442a7b185f0d05bc2ed72f875be'
'047f13d4ac97877f724f87b002aaee63'
'd42a864f88299998f8233c0bc0dd093d'