summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatheus2024-01-18 13:05:36 +0100
committerMatheus2024-01-18 13:05:36 +0100
commit8f14200c9a09cd49d6da026f32570c01ee4a5c29 (patch)
tree1dd3a5f7f5c089d41bbc95418d1eeb41bbf9448f /PKGBUILD
parentbe6b6a8a538860cb155a5be0ca8d465692b1d072 (diff)
downloadaur-8f14200c9a09cd49d6da026f32570c01ee4a5c29.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 24a3be784e95..a7dd31550089 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
readonly _pkgname="NBXplorer"
pkgname="nbxplorer"
-pkgver="2.4.5"
-pkgrel="2"
+pkgver="2.5.0"
+pkgrel="1"
pkgdesc="A minimalist UTXO tracker for HD wallets."
arch=("x86_64")
url="https://github.com/dgarage/${_pkgname}"
@@ -17,7 +17,7 @@ license=("MIT")
depends=("aspnet-runtime" "bash" "bitcoin-daemon" "dotnet-sdk" "postgresql")
source=("${pkgname}-v${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz"
"${pkgname}.sh")
-sha512sums=("b3ce4a48ead235ed66f96fe87c7f9593f46a4398280ef9939ad377e7420f2b7b8409bd3b1de7e86d223ca9c1b207a0487277a075180800b8cff748bb7577bf0a"
+sha512sums=("092e1d290d2d067350deec396ca8409d6494e786cc9caf7508df678e1a81dc45dc0459537dc0e34f44ffbbacc3cd33a01f3d7104ca248b6ecc89562d514101b9"
"ce7e68b099de73f0a09d231e6c3ada98c5440b58c57d229fcc20fd4e3b18e2bd445c810960e828893be1a3bb8f6c954ba7c4b40f82caa84a9115bb5e752a1453")
build()