summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaoki Kanazawa2019-11-21 11:01:03 -0800
committerNaoki Kanazawa2019-11-21 11:01:03 -0800
commit6447ce0fe3e146916c23bcbaf1bf21bf6560e999 (patch)
treeeeb401324faf4f1aac1f5cc916cdf9d6f5778737
parent090d491f017cfdd0c23c02a1890a69b33b38b4c7 (diff)
downloadaur-6447ce0fe3e146916c23bcbaf1bf21bf6560e999.tar.gz
Update to 1.31.0-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56c718881a0a..35f279a59589 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = usacloud-bin
pkgdesc = CLI client for the Sakura Cloud
- pkgver = 0.30.0
+ pkgver = 0.31.0
pkgrel = 2
url = https://github.com/sacloud/usacloud
arch = i686
arch = x86_64
license = Apache
- source_i686 = https://github.com/sacloud/usacloud/releases/download/v0.30.0/usacloud_linux-386.zip
- sha256sums_i686 = e534464672add46ca3b74bbea86b714fe6056506f44719aae0ab07935a6c73f5
- source_x86_64 = https://github.com/sacloud/usacloud/releases/download/v0.30.0/usacloud_linux-amd64.zip
- sha256sums_x86_64 = ea6e4ba5eb5a8ea2e97ba58cdf1b366203f39c9cdd29c3c800a85167c716a27f
+ source_i686 = https://github.com/sacloud/usacloud/releases/download/v0.31.0/usacloud_linux-386.zip
+ sha256sums_i686 = f2ba1e02f985293c394778156ae43844e22d473fe23682606794208b69352d8f
+ source_x86_64 = https://github.com/sacloud/usacloud/releases/download/v0.31.0/usacloud_linux-amd64.zip
+ sha256sums_x86_64 = 2aa4bad2ef1f2b6dbeba96d54028873a029ee94e4cb41cb4e980108bab028745
pkgname = usacloud-bin
diff --git a/PKGBUILD b/PKGBUILD
index a29f55a778b4..5b7f9afe95c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Naoki Kanazawa <nk dot naoki912 at gmail dot com>
pkgname=usacloud-bin
-pkgver=0.30.0
+pkgver=0.31.0
pkgrel=2
pkgdesc="CLI client for the Sakura Cloud"
arch=('i686' 'x86_64')
@@ -8,8 +8,8 @@ url="https://github.com/sacloud/usacloud"
license=('Apache')
source_i686=("${url}/releases/download/v${pkgver}/usacloud_linux-386.zip")
source_x86_64=("${url}/releases/download/v${pkgver}/usacloud_linux-amd64.zip")
-sha256sums_i686=('e534464672add46ca3b74bbea86b714fe6056506f44719aae0ab07935a6c73f5')
-sha256sums_x86_64=('ea6e4ba5eb5a8ea2e97ba58cdf1b366203f39c9cdd29c3c800a85167c716a27f')
+sha256sums_i686=('f2ba1e02f985293c394778156ae43844e22d473fe23682606794208b69352d8f')
+sha256sums_x86_64=('2aa4bad2ef1f2b6dbeba96d54028873a029ee94e4cb41cb4e980108bab028745')
package() {