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 c249da77140f..9e9fce3c13dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# https://github.com/orhun/pkgbuilds
pkgname=dra-bin
-pkgver=0.3.7
+pkgver=0.3.8
pkgrel=1
pkgdesc="A command line tool to download assets from GitHub releases"
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('gcc-libs')
conflicts=("${pkgname%-bin}")
provides=("${pkgname%-bin}")
source_x86_64=("$pkgname-$pkgver.tar.gz::$url/releases/download/$pkgver/${pkgname%-bin}-$pkgver.tar.gz")
-sha512sums_x86_64=('ec764d67db24a16df9c9c410ed7ac269893844fd22138f1ffdb449d91b072ce97712ad204ba0a456e746b32f307ed496833f4ac5fd7eaf66a571aa98a09350bd')
+sha512sums_x86_64=('7f6b54067fabe15ab0f61e970ed6ba110686c74573e1ccfacb7dd152d2a94da0bf7a459f91733d9e16cf3d205c585f0ae320c3494e2828934c86f88323c245a7')
package() {
cd "${pkgname%-bin}-$pkgver"