summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8bfa6dde1ba0..76097c34cadd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=('lua-resty-mpd' 'lua51-resty-mpd' 'lua52-resty-mpd' 'lua53-resty-mpd')
_pkgbase='lua-resty-mpd'
-pkgver=5.1.0
+pkgver=5.2.0
pkgrel=1
arch=('any')
url='https://github.com/jprjr/lua-resty-mpd/'
license=('MIT')
source=("$_pkgbase-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-md5sums=('38feeeaf747b2de0da3f4f508bcaa0d7')
+md5sums=('e537d4e00a8335e1f49971f6044f2eed')
package_lua-resty-mpd() {
pkgdesc='A client library for the Music Player Daemon, compatible with OpenResty, cqueues, and Luasocket for Lua 5.4'