summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrhun Parmaksız2022-07-10 23:59:07 +0200
committerOrhun Parmaksız2022-07-10 23:59:07 +0200
commit8d8b5401e826174b7f0bf371d27edef1896f9977 (patch)
tree4de393778010df7f541f39600a7e0e29f1b20ffe
parent67e55e4207581e7a76381ecba29d371971d1060a (diff)
downloadaur-8d8b5401e826174b7f0bf371d27edef1896f9977.tar.gz
upgpkg: dra-bin 0.3.7-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7afae608c33f..517048675afe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dra-bin
pkgdesc = A command line tool to download assets from GitHub releases
- pkgver = 0.3.6
+ pkgver = 0.3.7
pkgrel = 1
url = https://github.com/devmatteini/dra
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = dra-bin
depends = gcc-libs
provides = dra
conflicts = dra
- source_x86_64 = dra-bin-0.3.6.tar.gz::https://github.com/devmatteini/dra/releases/download/0.3.6/dra-0.3.6.tar.gz
- sha512sums_x86_64 = 3247fcfd2e89676ea188305d991592714c9b989b65c336c4266584c411ac59d27bf81f73ab461c18997b781de9479eb12049c6e1c0355e525a46ab5011f713e6
+ source_x86_64 = dra-bin-0.3.7.tar.gz::https://github.com/devmatteini/dra/releases/download/0.3.7/dra-0.3.7.tar.gz
+ sha512sums_x86_64 = ec764d67db24a16df9c9c410ed7ac269893844fd22138f1ffdb449d91b072ce97712ad204ba0a456e746b32f307ed496833f4ac5fd7eaf66a571aa98a09350bd
pkgname = dra-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4f86552c9cb6..c249da77140f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# https://github.com/orhun/pkgbuilds
pkgname=dra-bin
-pkgver=0.3.6
+pkgver=0.3.7
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=('3247fcfd2e89676ea188305d991592714c9b989b65c336c4266584c411ac59d27bf81f73ab461c18997b781de9479eb12049c6e1c0355e525a46ab5011f713e6')
+sha512sums_x86_64=('ec764d67db24a16df9c9c410ed7ac269893844fd22138f1ffdb449d91b072ce97712ad204ba0a456e746b32f307ed496833f4ac5fd7eaf66a571aa98a09350bd')
package() {
cd "${pkgname%-bin}-$pkgver"