summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e46457ceb2f..c04af8b6b488 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = xdcc
pkgdesc = xdcc file downloader
- pkgver = 0.3.0
+ pkgver = 0.3.1
pkgrel = 1
url = https://git.sr.ht/~dax/xdcc
arch = x86_64
license = ISC
makedepends = go
makedepends = scdoc
- source = https://git.sr.ht/~dax/xdcc/archive/0.3.0.tar.gz
- md5sums = 85585e82a0c9bf1f36ea8c9bc195ef9a
+ source = https://git.sr.ht/~dax/xdcc/archive/0.3.1.tar.gz
+ md5sums = b92fad9327b79f8ed8bb8df25cd7f32b
pkgname = xdcc
diff --git a/PKGBUILD b/PKGBUILD
index f1c11f2a53fd..83831b79cd3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: dax <dev@dax.moe>
pkgname=xdcc
-pkgver=0.3.0
+pkgver=0.3.1
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=('85585e82a0c9bf1f36ea8c9bc195ef9a')
+md5sums=('b92fad9327b79f8ed8bb8df25cd7f32b')
build() {
cd "$pkgname-$pkgver"