summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpcyrd2018-04-11 21:33:24 +0200
committerkpcyrd2018-04-11 21:33:24 +0200
commitbf216a6fce27d5d683c425f6fa66ce4de33a48e4 (patch)
treec091fd7ebb7c726820c8f38dbd28cd697130aafe
parent42bcab24b0e182d7dd1140dffb717c181aa7a0ae (diff)
downloadaur-bf216a6fce27d5d683c425f6fa66ce4de33a48e4.tar.gz
v0.8.4-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9470b23a6990..7c8b49cfbf65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dhcpcanon
pkgdesc = DHCP client disclosing less identifying information
- pkgver = 0.8.2
+ pkgver = 0.8.4
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.2.tar.gz::https://github.com/juga0/dhcpcanon/archive/v0.8.2.tar.gz
- sha512sums = 2772d0235f74b426ea7e089437fb65f1403162d30b9e484e4275c9b288179b008532c5b976e105444c733f8779b12a9504cee2423afcba7ea0e2f9d40dbf97a5
+ source = dhcpcanon-0.8.4.tar.gz::https://github.com/juga0/dhcpcanon/archive/v0.8.4.tar.gz
+ sha512sums = 646f524d7d3666258d228359cd7113cbecdb790c243d50dc360662fce9e435cde0e976e11b84ea653bca98e32857b68a574c0337a65262057d0a03ad3464259a
pkgname = dhcpcanon
diff --git a/PKGBUILD b/PKGBUILD
index d076206efb4c..adee40400ba1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kpcyrd <git@rxv.cc>
pkgname=dhcpcanon
-pkgver=0.8.2
+pkgver=0.8.4
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=('2772d0235f74b426ea7e089437fb65f1403162d30b9e484e4275c9b288179b008532c5b976e105444c733f8779b12a9504cee2423afcba7ea0e2f9d40dbf97a5')
+sha512sums=('646f524d7d3666258d228359cd7113cbecdb790c243d50dc360662fce9e435cde0e976e11b84ea653bca98e32857b68a574c0337a65262057d0a03ad3464259a')
build() {
cd ${pkgname}-${pkgver}