btcpay: update to 1.0.5.7, nbxplorer v2.1.44 (#1640)

This commit is contained in:
openoms 2020-10-12 10:19:42 +01:00 committed by GitHub
parent 5a89cab044
commit fd37a77f61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -348,7 +348,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
sudo -u btcpay git clone https://github.com/dgarage/NBXplorer.git 2>/dev/null
cd NBXplorer
# check https://github.com/dgarage/NBXplorer/releases
sudo -u btcpay git reset --hard v2.1.34
sudo -u btcpay git reset --hard v2.1.44
# from the build.sh with path
sudo -u btcpay /home/btcpay/dotnet/dotnet build -c Release NBXplorer/NBXplorer.csproj
@ -431,7 +431,7 @@ EOF
sudo -u btcpay git clone https://github.com/btcpayserver/btcpayserver.git 2>/dev/null
cd btcpayserver
# check https://github.com/btcpayserver/btcpayserver/releases
sudo -u btcpay git reset --hard v1.0.5.2
sudo -u btcpay git reset --hard v1.0.5.7
# use latest commit (v1.0.4.4+) to fix build with latest dotNet
# sudo -u btcpay git checkout f2bb24f6ab6d402af8214c67f84e08116eb650e7
# from the build.sh with path