diff options
-rw-r--r-- | testing/quvi/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/quvi/APKBUILD b/testing/quvi/APKBUILD index 686c09bedd..560a028a22 100644 --- a/testing/quvi/APKBUILD +++ b/testing/quvi/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=quvi -pkgver=0.2.14 +pkgver=0.2.15 pkgrel=0 pkgdesc="Command line tool for parsing video download links" url="http://quvi.sourceforge.net/" @@ -41,4 +41,4 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="4d61d310e42cecb9534f134c9f2488cf quvi-0.2.14.tar.gz" +md5sums="7cda6c6593c1281e89d91de3b0bed284 quvi-0.2.15.tar.gz" |