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 26895d4b5357..f4aa1d2bab4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Peter Cai <peter at typeblog dot net>
pkgname=yarmd
-pkgver=1.0.0
+pkgver=1.0.2
pkgrel=1
pkgdesc='Yet Another Recursive Multi-thread Downloader (A wrapper script around aria2, Nginx autoindex required)'
arch=('any')
@@ -18,7 +18,7 @@ makedepends=(
source=(
"https://github.com/PeterCxy/yarmd/archive/${pkgver}.tar.gz"
)
-md5sums=('e01a60c1f53edd81cf50b6e55e146078')
+md5sums=('5a031b470680166c42e5c372684e1205')
build() {
cd "$srcdir/$pkgname-$pkgver"