aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRick Morgans2022-07-14 11:29:30 +0930
committerRick Morgans2022-07-14 11:29:30 +0930
commit7512f1567c3e2aa5b87b9678030720d2a8e13cd0 (patch)
tree9f47a1f47f559b92240ed709031ad4a85027cfbd
parent99d2296de424778b4f44cdb451c48c3fcecf10c6 (diff)
downloadaur-7512f1567c3e2aa5b87b9678030720d2a8e13cd0.tar.gz
Bump v13.7.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1404cbac74af..8b38eda2b15d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = balena-cli-bin
pkgdesc = balena.io command line interface
- pkgver = 13.3.1
+ pkgver = 13.7.1
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.3.1/balena-cli-v13.3.1-linux-x64-standalone.zip
- source = https://raw.githubusercontent.com/balena-io/balena-cli/v13.3.1/completion/balena-completion.bash
- sha256sums = 1464e1770cd38c0d4fea3e5f75b4fe608ecb1f1b85ff0d5bc9dc477de6b61166
+ 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
sha256sums = e426be016354b1003d7579c8c6deacae5902ecd7383280d9720084fbe541fe88
optdepends_x86_64 = lib32-glibc: emulated builds
diff --git a/PKGBUILD b/PKGBUILD
index 186d669a1de6..d9747acbdd2e 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.3.1
+pkgver=13.7.1
pkgrel=1
arch=('x86_64')
url='https://balena.io/'
@@ -30,7 +30,7 @@ source=(
)
options=(!strip)
replaces=('resin-cli')
-sha256sums=('1464e1770cd38c0d4fea3e5f75b4fe608ecb1f1b85ff0d5bc9dc477de6b61166'
+sha256sums=('fdba887cb7b154e43766c4f1e846f4209f0f096dde167f6a2869e2881507da36'
'e426be016354b1003d7579c8c6deacae5902ecd7383280d9720084fbe541fe88')
package() {