summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2020-11-19 14:00:39 -0500
committerMatthew McGinn2020-11-19 14:00:39 -0500
commitd77a484216db7a3f3aa399d241818303d4216a8b (patch)
tree8f43a68c489c11fb8b04e9c542b8abe2caade32f
parent434d11b112bb99499d3a99c6af26cab5f9e3340f (diff)
downloadaur-d77a484216db7a3f3aa399d241818303d4216a8b.tar.gz
bump version
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c4147cdd804..53849ab1500b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = balena-cli
pkgdesc = balena.io command line interface
- pkgver = 12.27.4
+ pkgver = 12.28.0
pkgrel = 1
url = https://balena.io/
arch = x86_64
@@ -20,10 +20,10 @@ pkgbase = balena-cli
optdepends = linux-aufs: balena preload/build/deploy --build
optdepends = avahi: balena scan
replaces = resin-cli
- noextract = balena-cli-12.27.4.tgz
+ noextract = balena-cli-12.28.0.tgz
options = !strip
- source = https://registry.npmjs.org/balena-cli/-/balena-cli-12.27.4.tgz
- sha256sums = 95ae89782f78ce718418cf5bd9563e19b2689cd6ae013f4fb1f007ce9528762f
+ source = https://registry.npmjs.org/balena-cli/-/balena-cli-12.28.0.tgz
+ sha256sums = 2e258cefedb88a98f57b014ae51374a542ad538f1596e638485d6a62a5cb5e90
optdepends_x86_64 = lib32-glibc: emulated builds
pkgname = balena-cli
diff --git a/PKGBUILD b/PKGBUILD
index 1713a5095e97..6c2a04abf2d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=balena-cli
pkgdesc='balena.io command line interface'
-pkgver=12.27.4
+pkgver=12.28.0
pkgrel=1
arch=('x86_64')
url='https://balena.io/'
@@ -20,7 +20,7 @@ source=(https://registry.npmjs.org/${pkgname}/-/${pkgname}-${pkgver}.tgz)
noextract=(${pkgname}-${pkgver}.tgz)
options=(!strip)
replaces=('resin-cli')
-sha256sums=('95ae89782f78ce718418cf5bd9563e19b2689cd6ae013f4fb1f007ce9528762f')
+sha256sums=('2e258cefedb88a98f57b014ae51374a542ad538f1596e638485d6a62a5cb5e90')
package() {
npm install --global --production --cache "${srcdir}/npm-cache" --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"