summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatheus Gabriel Werny de Lima2022-01-19 05:21:51 +0100
committerMatheus Gabriel Werny de Lima2022-01-19 05:21:51 +0100
commitbc5dffb83e2f96cc07dc16427b6a47e15956fc30 (patch)
tree0e73570beeaa2cacf64c6983d0c022976dd24865 /PKGBUILD
parent09fb05c159e3ed8ae725359088db3fb14a04d019 (diff)
downloadaur-bc5dffb83e2f96cc07dc16427b6a47e15956fc30.tar.gz
Version update.
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e7f16024153..0be6fd1aee64 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,15 +6,15 @@
_pkgname=NBXplorer
pkgname=nbxplorer
-pkgver=2.2.18
+pkgver=2.2.19
pkgrel=1
pkgdesc="A minimalist UTXO tracker for HD wallets."
arch=("any")
url="https://github.com/dgarage/${_pkgname}"
license=("MIT")
-depends=("aspnet-runtime-3.1" "bitcoin-daemon" "dotnet-sdk-3.1")
+depends=("aspnet-runtime" "bitcoin-daemon" "dotnet-sdk")
source=("${pkgname}-v${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=("617fd70f5a78c63011308b33924aaca880cfffca7518d8926cd586daba585fc6")
+sha256sums=("786c7e12d65a0b4956dca91ceb79149820c77edc4dbe1b0a6fdc278d539b7e6d")
build()
{