diff options
-rw-r--r-- | x11/dhcpcd-ui/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/dhcpcd-ui/APKBUILD b/x11/dhcpcd-ui/APKBUILD index 18bd1931a5..2732f1c73a 100644 --- a/x11/dhcpcd-ui/APKBUILD +++ b/x11/dhcpcd-ui/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=dhcpcd-ui -pkgver=0.4.2 -pkgrel=1 +pkgver=0.4.3 +pkgrel=0 pkgdesc="A GTK+ monitor and configuration GUI for dhcpcd" url="http://roy.marples.name/projects/dhcpcd-dbus" license="BSD-2" @@ -22,4 +22,4 @@ package() { install } -md5sums="be05ffb3f82830815b40901916ab17e0 dhcpcd-ui-0.4.2.tar.bz2" +md5sums="2a01fa94c79699807131c488b47d9dc8 dhcpcd-ui-0.4.3.tar.bz2" |