diff options
author | Orhun Parmaksız | 2023-12-11 00:09:15 +0300 |
---|---|---|
committer | Orhun Parmaksız | 2023-12-11 00:09:15 +0300 |
commit | a3818716200298af4d3a333ad3d86ca5c3e12453 (patch) | |
tree | 37d5441499093eade774b0fa54ac0ae7ea766155 | |
parent | 6d3d5bfb97e309b0710c31f734d2438ef33a78ce (diff) | |
download | aur-a3818716200298af4d3a333ad3d86ca5c3e12453.tar.gz |
upgpkg: dra-bin 0.5.1-1
upstream release
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = dra-bin pkgdesc = A command line tool to download assets from GitHub releases - pkgver = 0.5.0 + pkgver = 0.5.1 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.5.0.tar.gz::https://github.com/devmatteini/dra/releases/download/0.5.0/dra-0.5.0-x86_64-unknown-linux-gnu.tar.gz - sha512sums_x86_64 = f8418b6112ee41fe3c4b7646d84e5b2d2ef00431e103e65d4854885992dbd202a3d008882dd94f8b717bb6e1883ab5dd9ef68c090ee53edc8dc66d76a766c168 + source_x86_64 = dra-bin-0.5.1.tar.gz::https://github.com/devmatteini/dra/releases/download/0.5.1/dra-0.5.1-x86_64-unknown-linux-gnu.tar.gz + sha512sums_x86_64 = bca10facd25f29c29d2277ff2927e26950772448cde514f08df391700a7c8bb49edc32af6617fc263c6a27bdae460a0aab27467dd6b708440e7103ed7abda40b pkgname = dra-bin @@ -2,7 +2,7 @@ # https://github.com/orhun/pkgbuilds pkgname=dra-bin -pkgver=0.5.0 +pkgver=0.5.1 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=('f8418b6112ee41fe3c4b7646d84e5b2d2ef00431e103e65d4854885992dbd202a3d008882dd94f8b717bb6e1883ab5dd9ef68c090ee53edc8dc66d76a766c168') +sha512sums_x86_64=('bca10facd25f29c29d2277ff2927e26950772448cde514f08df391700a7c8bb49edc32af6617fc263c6a27bdae460a0aab27467dd6b708440e7103ed7abda40b') package() { cd "${pkgname%-bin}-$pkgver-x86_64-unknown-linux-gnu" |