summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpcyrd2018-04-13 02:11:44 +0200
committerkpcyrd2018-04-13 02:11:44 +0200
commit817cc8c53b2ef2749a40282184aeb53155fcbaa4 (patch)
tree0740fe172490ab9705129ebba45115fcde303b84
parentbf216a6fce27d5d683c425f6fa66ce4de33a48e4 (diff)
downloadaur-817cc8c53b2ef2749a40282184aeb53155fcbaa4.tar.gz
v0.8.5-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c8b49cfbf65..2df917fb95dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dhcpcanon
pkgdesc = DHCP client disclosing less identifying information
- pkgver = 0.8.4
+ pkgver = 0.8.5
pkgrel = 1
url = https://dhcpcanon.readthedocs.io
arch = any
@@ -13,8 +13,8 @@ pkgbase = dhcpcanon
depends = python-lockfile
depends = python-pyroute2
depends = scapy3k
- source = dhcpcanon-0.8.4.tar.gz::https://github.com/juga0/dhcpcanon/archive/v0.8.4.tar.gz
- sha512sums = 646f524d7d3666258d228359cd7113cbecdb790c243d50dc360662fce9e435cde0e976e11b84ea653bca98e32857b68a574c0337a65262057d0a03ad3464259a
+ source = dhcpcanon-0.8.5.tar.gz::https://github.com/juga0/dhcpcanon/archive/v0.8.5.tar.gz
+ sha512sums = 2ab42c16749f355727d82f9876350a61ef220a6ba3a45d4cbde84a8b484b26275089950872e5bf34ca9a022a866f8636fc5d91dd2755bf339b0c5a4e7b7f20be
pkgname = dhcpcanon
diff --git a/PKGBUILD b/PKGBUILD
index adee40400ba1..073a0171622d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kpcyrd <git@rxv.cc>
pkgname=dhcpcanon
-pkgver=0.8.4
+pkgver=0.8.5
pkgrel=1
pkgdesc='DHCP client disclosing less identifying information'
url='https://dhcpcanon.readthedocs.io'
@@ -10,7 +10,7 @@ arch=('any')
depends=('python-setuptools' 'python-attrs' 'python-dbus' 'python-netaddr' 'python-lockfile' 'python-pyroute2' 'scapy3k')
checkdepends=('python-pytest')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/juga0/dhcpcanon/archive/v${pkgver}.tar.gz)
-sha512sums=('646f524d7d3666258d228359cd7113cbecdb790c243d50dc360662fce9e435cde0e976e11b84ea653bca98e32857b68a574c0337a65262057d0a03ad3464259a')
+sha512sums=('2ab42c16749f355727d82f9876350a61ef220a6ba3a45d4cbde84a8b484b26275089950872e5bf34ca9a022a866f8636fc5d91dd2755bf339b0c5a4e7b7f20be')
build() {
cd ${pkgname}-${pkgver}