summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrhun Parmaksız2023-03-26 23:15:17 +0300
committerOrhun Parmaksız2023-03-26 23:15:17 +0300
commit621ce0e3fa0efd1d6f9eeef7efea26ad2e801b0e (patch)
treec5edd8fd84974905c68aae2e2e673a8d53cf0e03
parent403ac6b7da881cdf592b02f9b70211b01bfe28ed (diff)
downloadaur-621ce0e3fa0efd1d6f9eeef7efea26ad2e801b0e.tar.gz
upgpkg: dra-bin 0.4.6-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 cffd3d95a2b7..59eab34c8e7a 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.4.5
+ pkgver = 0.4.6
pkgrel = 1
url = https://github.com/devmatteini/dra
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = dra-bin
depends = xz
provides = dra
conflicts = dra
- source_x86_64 = dra-bin-0.4.5.tar.gz::https://github.com/devmatteini/dra/releases/download/0.4.5/dra-0.4.5-x86_64-unknown-linux-gnu.tar.gz
- sha512sums_x86_64 = 84737183164966bde66372389462c5e5ee51076a6dbe88332f73206f37f52ae1ddca9e099cef89bc811eb59769f8b388a597fea841d4cd37bf3e93d213bf1789
+ source_x86_64 = dra-bin-0.4.6.tar.gz::https://github.com/devmatteini/dra/releases/download/0.4.6/dra-0.4.6-x86_64-unknown-linux-gnu.tar.gz
+ sha512sums_x86_64 = ef8d5df8dad14cbbc83faedc1d2da2a203af7bd121c6f9271b002726f5cd7ed52fffc1e48d50428a9685073eb14f9fe42325860aaaeab666203c277f08dd134f
pkgname = dra-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7892d1a798d1..984782b48fc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# https://github.com/orhun/pkgbuilds
pkgname=dra-bin
-pkgver=0.4.5
+pkgver=0.4.6
pkgrel=1
pkgdesc="A command line tool to download assets from GitHub releases"
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('zlib' 'xz')
conflicts=("${pkgname%-bin}")
provides=("${pkgname%-bin}")
source_x86_64=("$pkgname-$pkgver.tar.gz::$url/releases/download/$pkgver/${pkgname%-bin}-$pkgver-x86_64-unknown-linux-gnu.tar.gz")
-sha512sums_x86_64=('84737183164966bde66372389462c5e5ee51076a6dbe88332f73206f37f52ae1ddca9e099cef89bc811eb59769f8b388a597fea841d4cd37bf3e93d213bf1789')
+sha512sums_x86_64=('ef8d5df8dad14cbbc83faedc1d2da2a203af7bd121c6f9271b002726f5cd7ed52fffc1e48d50428a9685073eb14f9fe42325860aaaeab666203c277f08dd134f')
package() {
cd "${pkgname%-bin}-$pkgver-x86_64-unknown-linux-gnu"