aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fc97a688e2a..1ae55ad3f2fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = balena-cli-bin
pkgdesc = balena.io command line interface
- pkgver = 20.0.2
+ pkgver = 20.2.3
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/v20.0.2/balena-cli-v20.0.2-linux-x64-standalone.zip
+ source = https://github.com/balena-io/balena-cli/releases/download/v20.2.3/balena-cli-v20.2.3-linux-x64-standalone.zip
source = https://raw.githubusercontent.com/balena-io/balena-cli/a08ac447a36e039ea4f952ee2477f920b91ff53b/completion/balena-completion.bash
- sha256sums = 9d4d28a62625c2945e4c1df79d61258fbae36cd2126d58971b0fea9237dabeed
+ sha256sums = 625bb0049290516bc5ee78702a00d0b0c12dfdd4e11ced41a8392d12430539ae
sha256sums = 73035fd6887a71a6ae5313ab7a16dac9ac53c196caf8db44133ff4434aea4c88
optdepends_x86_64 = lib32-glibc: emulated builds
diff --git a/PKGBUILD b/PKGBUILD
index dcf7fee70e18..76a75422300e 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=20.0.2
+pkgver=20.2.3
pkgrel=1
arch=('x86_64')
url='https://balena.io/'
@@ -30,7 +30,7 @@ source=(
)
options=(!strip)
replaces=('resin-cli')
-sha256sums=('9d4d28a62625c2945e4c1df79d61258fbae36cd2126d58971b0fea9237dabeed'
+sha256sums=('625bb0049290516bc5ee78702a00d0b0c12dfdd4e11ced41a8392d12430539ae'
'73035fd6887a71a6ae5313ab7a16dac9ac53c196caf8db44133ff4434aea4c88')
package() {