summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas Chimento2021-06-04 11:12:46 +0000
committerDouglas Chimento2021-06-04 11:12:46 +0000
commitbf404d1a180de85c5ef25fc5fe11b910ac903475 (patch)
treeb262fba3e47c37940e44dc21b9794ab86a39bdcd
parent5202dfa98651a63a1f6797e6c7bd749e2fa1f090 (diff)
downloadaur-bf404d1a180de85c5ef25fc5fe11b910ac903475.tar.gz
9.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc9f6499cf42..fbd39827ba99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = balance-of-satoshis
pkgdesc = Commands for working with LND balances.
- pkgver = 8.0.8
+ pkgver = 9.2.0
pkgrel = 1
url = https://github.com/alexbosworth/balanceofsatoshis
arch = any
@@ -8,10 +8,10 @@ pkgbase = balance-of-satoshis
makedepends = npm
depends = nodejs>=10
optdepends = lnd-bin
- noextract = balanceofsatoshis-8.0.8.tgz
+ noextract = balanceofsatoshis-9.2.0.tgz
options = !strip
- source = https://registry.npmjs.org/balanceofsatoshis/-/balanceofsatoshis-8.0.8.tgz
- sha256sums = e2a8fa86fbc8d6f4da62ecf0e411e722eb54bbe9fa65a15f708c549b248fe34e
+ source = https://registry.npmjs.org/balanceofsatoshis/-/balanceofsatoshis-9.2.0.tgz
+ sha256sums = cbf6d848e296a6ce8f4eed51fcc023ed3fbb27bfd5fe8829db0a3675458eb44e
pkgname = balance-of-satoshis
diff --git a/PKGBUILD b/PKGBUILD
index f5141c00ec81..0ab025257120 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Douglas Chimento <dchimento@gmail.com>
_npmname=balanceofsatoshis
-_npmver=8.0.8
+_npmver=9.2.0
pkgname="balance-of-satoshis"
pkgver=${_npmver}
pkgrel=1
@@ -13,7 +13,7 @@ makedepends=("npm")
optdepends=('lnd-bin')
source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$_npmver.tgz")
noextract=("$_npmname-$_npmver.tgz")
-sha256sums=('e2a8fa86fbc8d6f4da62ecf0e411e722eb54bbe9fa65a15f708c549b248fe34e')
+sha256sums=('cbf6d848e296a6ce8f4eed51fcc023ed3fbb27bfd5fe8829db0a3675458eb44e')
options=('!strip')
package() {