summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordax2019-12-21 10:34:33 -0600
committerdax2019-12-21 10:34:33 -0600
commit36552a84e1f556eb05520ef6825d5b9ac5bfdc5a (patch)
treee6b3ee5d644f691b9b192efdbcd512310544cc88 /PKGBUILD
parent350c6671662adbb21597a0cf305511f9b1444f92 (diff)
downloadaur-36552a84e1f556eb05520ef6825d5b9ac5bfdc5a.tar.gz
bump v0.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bbcf81cb9603..f1c11f2a53fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: dax <dev@dax.moe>
pkgname=xdcc
-pkgver=0.2.0
+pkgver=0.3.0
pkgrel=1
pkgdesc="xdcc file downloader"
arch=('x86_64')
@@ -8,7 +8,7 @@ url="https://git.sr.ht/~dax/xdcc"
license=('ISC')
makedepends=('go' 'scdoc')
source=("https://git.sr.ht/~dax/$pkgname/archive/$pkgver.tar.gz")
-md5sums=('2d8ff51074319033dbd1686962962fe9')
+md5sums=('85585e82a0c9bf1f36ea8c9bc195ef9a')
build() {
cd "$pkgname-$pkgver"