Release v0.6.4

This commit is contained in:
kaminek 2021-04-16 13:59:57 +00:00
parent 9dee112ab8
commit 935a998171
2 changed files with 4 additions and 7 deletions

View file

@ -1,13 +1,11 @@
pkgbase = upcloud-cli
pkgdesc = upctl - a CLI tool for managing UpCloud services.
pkgver = 0.6.1
pkgver = 0.6.4
pkgrel = 1
url = https://upcloud.com
arch = x86_64
license = Apache
makedepends = go
makedepends = git
source = https://github.com/kaminek/upcloud-cli/releases/download/v0.6.1/upcloud-cli_0.6.1_linux_x86_64.tar.gz
source = https://github.com/kaminek/upcloud-cli/releases/download/v0.6.4/upcloud-cli_0.6.4_linux_x86_64.tar.gz
sha256sums = SKIP
pkgname = upcloud-cli

View file

@ -1,15 +1,14 @@
pkgname=upcloud-cli
pkgver=0.6.1
pkgver=0.6.4
pkgrel=1
pkgdesc="upctl - a CLI tool for managing UpCloud services."
arch=('x86_64')
url="https://upcloud.com"
license=('Apache')
makedepends=('go' 'git')
source=("https://github.com/kaminek/${pkgname}/releases/download/v${pkgver}/${pkgname}_${pkgver}_linux_x86_64.tar.gz")
sha256sums=('SKIP')
package() {
cd "$pkgname-$pkgver"
cd "$pkgname_$pkgver_linux_x86_64"
install -Dm755 upctl "$pkgdir/usr/local/bin/upctl"
}