summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaoki Kanazawa2018-12-14 13:31:12 +0900
committerNaoki Kanazawa2018-12-14 13:31:12 +0900
commit2e4ddc13e8fd322f804539a6ef0182faa39c4c63 (patch)
tree5d8b14843edd4b5b5e2fde3fd08da91b44c779cb
parent04deff84353a47955699ea3990f0736289705d1c (diff)
downloadaur-2e4ddc13e8fd322f804539a6ef0182faa39c4c63.tar.gz
Update to 0.16.3-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b16aeea38d74..bf284eb0ebbf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = usacloud-bin
pkgdesc = CLI client for the Sakura Cloud
- pkgver = 0.16.2
+ pkgver = 0.16.3
pkgrel = 1
url = https://github.com/sacloud/usacloud
arch = i686
arch = x86_64
license = Apache
- source_i686 = https://github.com/sacloud/usacloud/releases/download/v0.16.2/usacloud_linux-386.zip
- sha256sums_i686 = ab97dfc0a5534ade982f9c7510e253cf2afb0f4c75555909828f86bfe15587da
- source_x86_64 = https://github.com/sacloud/usacloud/releases/download/v0.16.2/usacloud_linux-amd64.zip
- sha256sums_x86_64 = 865bfca587f06272ed3a325a517dc7e4dd6e004e968a59c21a32104d78805243
+ source_i686 = https://github.com/sacloud/usacloud/releases/download/v0.16.3/usacloud_linux-386.zip
+ sha256sums_i686 = 417e94d0575ef8453c4fae2e257f55340401b4cefd8c57015083b4d6ab2fec45
+ source_x86_64 = https://github.com/sacloud/usacloud/releases/download/v0.16.3/usacloud_linux-amd64.zip
+ sha256sums_x86_64 = fa883262b3cf4056501458eb764c80fceb7c89f2296d5565bfcfc279aca1f07d
pkgname = usacloud-bin
diff --git a/PKGBUILD b/PKGBUILD
index e8d613b6745a..32937fca703c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Naoki Kanazawa <nk dot naoki912 at gmail dot com>
pkgname=usacloud-bin
-pkgver=0.16.2
+pkgver=0.16.3
pkgrel=1
pkgdesc="CLI client for the Sakura Cloud"
arch=('i686' 'x86_64')
@@ -8,8 +8,8 @@ url="https://github.com/sacloud/usacloud"
license=('Apache')
source_x86_64=("${url}/releases/download/v${pkgver}/usacloud_linux-amd64.zip")
source_i686=("${url}/releases/download/v${pkgver}/usacloud_linux-386.zip")
-sha256sums_x86_64=('865bfca587f06272ed3a325a517dc7e4dd6e004e968a59c21a32104d78805243')
-sha256sums_i686=('ab97dfc0a5534ade982f9c7510e253cf2afb0f4c75555909828f86bfe15587da')
+sha256sums_x86_64=('fa883262b3cf4056501458eb764c80fceb7c89f2296d5565bfcfc279aca1f07d')
+sha256sums_i686=('417e94d0575ef8453c4fae2e257f55340401b4cefd8c57015083b4d6ab2fec45')
package() {