diff options
author | Douglas Chimento | 2022-09-17 20:22:25 +0300 |
---|---|---|
committer | Douglas Chimento | 2022-09-17 20:22:25 +0300 |
commit | 37d5867c2cd7bef4a47eab99c6d056f7b2b57b92 (patch) | |
tree | 249df32529afbc344dcef3be04c8c08b294cfedd | |
parent | ddef8877e4a111048033fbed75fbddf40b2bb0d7 (diff) | |
download | aur-37d5867c2cd7bef4a47eab99c6d056f7b2b57b92.tar.gz |
12.30.0
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = balance-of-satoshis pkgdesc = Commands for working with LND balances. - pkgver = 12.24.0 + pkgver = 12.30.0 pkgrel = 1 url = https://github.com/alexbosworth/balanceofsatoshis arch = any @@ -8,9 +8,9 @@ pkgbase = balance-of-satoshis makedepends = npm depends = nodejs>=10 optdepends = lnd-bin - noextract = balanceofsatoshis-12.24.0.tgz + noextract = balanceofsatoshis-12.30.0.tgz options = !strip - source = https://registry.npmjs.org/balanceofsatoshis/-/balanceofsatoshis-12.24.0.tgz - sha256sums = ec02ef7847ef6812cf37f97e6fbd8d784f5ba4fa5c1c46a8ed34e6fbe83495fb + source = https://registry.npmjs.org/balanceofsatoshis/-/balanceofsatoshis-12.30.0.tgz + sha256sums = 389a73ac2d72ecc095ab2da375f871687193e5a17b8378c6b263e5ef13e7567b pkgname = balance-of-satoshis @@ -1,6 +1,6 @@ # Maintainer: Douglas Chimento <dchimento@gmail.com> _npmname=balanceofsatoshis -_npmver=12.24.0 +_npmver=12.30.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=(ec02ef7847ef6812cf37f97e6fbd8d784f5ba4fa5c1c46a8ed34e6fbe83495fb) +sha256sums=(389a73ac2d72ecc095ab2da375f871687193e5a17b8378c6b263e5ef13e7567b) options=('!strip') package() { |