aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRick Morgans2022-08-09 18:57:23 +0930
committerRick Morgans2022-08-09 18:57:23 +0930
commite96725bd264eb43e0308a1445edebe0d1918d05e (patch)
treead10c8fb27aa3f18e695fceb4b2482b716e59a7e
parent7512f1567c3e2aa5b87b9678030720d2a8e13cd0 (diff)
downloadaur-balena-cli-bin.tar.gz
Bump 14.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b38eda2b15d..0a5c0d3a8a6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = balena-cli-bin
pkgdesc = balena.io command line interface
- pkgver = 13.7.1
+ pkgver = 14.1.0
pkgrel = 1
url = https://balena.io/
arch = x86_64
@@ -13,9 +13,9 @@ pkgbase = balena-cli-bin
provides = balena-cli
replaces = resin-cli
options = !strip
- source = https://github.com/balena-io/balena-cli/releases/download/v13.7.1/balena-cli-v13.7.1-linux-x64-standalone.zip
- source = https://raw.githubusercontent.com/balena-io/balena-cli/v13.7.1/completion/balena-completion.bash
- sha256sums = fdba887cb7b154e43766c4f1e846f4209f0f096dde167f6a2869e2881507da36
+ source = https://github.com/balena-io/balena-cli/releases/download/v14.1.0/balena-cli-v14.1.0-linux-x64-standalone.zip
+ source = https://raw.githubusercontent.com/balena-io/balena-cli/v14.1.0/completion/balena-completion.bash
+ sha256sums = 3b36459609d580b27b1f088fdc1d7a6cca268300dea1e4423392552bcb67b6d6
sha256sums = e426be016354b1003d7579c8c6deacae5902ecd7383280d9720084fbe541fe88
optdepends_x86_64 = lib32-glibc: emulated builds
diff --git a/PKGBUILD b/PKGBUILD
index d9747acbdd2e..f6fd7417df2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=balena-cli-bin
_pkgname="${pkgname%-bin}"
provides=(${_pkgname})
pkgdesc='balena.io command line interface'
-pkgver=13.7.1
+pkgver=14.1.0
pkgrel=1
arch=('x86_64')
url='https://balena.io/'
@@ -30,7 +30,7 @@ source=(
)
options=(!strip)
replaces=('resin-cli')
-sha256sums=('fdba887cb7b154e43766c4f1e846f4209f0f096dde167f6a2869e2881507da36'
+sha256sums=('3b36459609d580b27b1f088fdc1d7a6cca268300dea1e4423392552bcb67b6d6'
'e426be016354b1003d7579c8c6deacae5902ecd7383280d9720084fbe541fe88')
package() {