summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLolix2019-04-06 12:35:00 +0200
committerLolix2019-04-06 12:35:00 +0200
commit3e7eb82da3e27ffc83ad09742271cc1deb30470b (patch)
tree3011ad21629123d0ad45cd5fbf1f11ce5d3c818f /PKGBUILD
parent97bf2aeaed0ce79267b967dd05de61baf4712360 (diff)
downloadaur-3e7eb82da3e27ffc83ad09742271cc1deb30470b.tar.gz
v0.17.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60b48605340d..c7070721372c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Tristelune <tristelune@archlinux.info>
pkgname=libupnpp
-pkgver=0.17.0
+pkgver=0.17.1
pkgrel=1
pkgdesc="A C++ wrapper for libupnp - used with upmpdcli or upplay"
url="http://www.lesbonscomptes.com/upplay/downloads.html"
@@ -10,7 +10,7 @@ arch=(x86_64 i686 armv6h armv7h aarch64)
license=(GPL2)
depends=(libupnp expat)
source=("http://www.lesbonscomptes.com/upmpdcli/downloads/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('7035dda48207c254cbd8cd64e4e679a9e5f085a35d28c19bc2ddeba0deaff58b')
+sha256sums=('90403b55583e932a9a04905a01bf452016a56aecbeade5c9e1454a5fbb6f01b0')
build(){
cd "${pkgname}-${pkgver}"