summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabioLolix2021-04-05 21:06:53 +0200
committerFabioLolix2021-04-05 21:06:53 +0200
commitf13c98c6dd9e1398742ecea8436debdd83019564 (patch)
treef5c92fd180c82a5ddd4af81a52cf556e90e6e17c /PKGBUILD
parent5bcef4852c22d684b274d3828bb58b358b67dbbb (diff)
downloadaur-f13c98c6dd9e1398742ecea8436debdd83019564.tar.gz
v0.21.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 417995d8e44b..7eaf523e70ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Tristelune <tristelune@archlinux.info>
pkgname=libupnpp
-pkgver=0.20.2
+pkgver=0.21.0
pkgrel=1
pkgdesc="A C++ wrapper for libupnp - used with upmpdcli or upplay"
url="https://www.lesbonscomptes.com//upmpdcli/libupnpp-refdoc/libupnpp-ctl.html"
@@ -10,7 +10,7 @@ arch=(x86_64 i686 armv6h armv7h aarch64)
license=(LGPL2.1)
depends=(libnpupnp expat)
source=("http://www.lesbonscomptes.com/upmpdcli/downloads/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('48c2cc7b5a3eef55f4dddda88d8676ed11f7e88f1d6680c8458512067a0e0a11')
+sha256sums=('e43dbe5020ed25152aaec71b325dd80498e72038da5aeb50ed7dd51e213cd903')
build(){
cd "${pkgname}-${pkgver}"