Skip to content

Commit fd90402

Browse files
committed
update to v5.0.4
1 parent a53c4c6 commit fd90402

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

configs/coins/syscoin.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"package_name": "backend-syscoin",
2323
"package_revision": "satoshilabs-1",
2424
"system_user": "syscoin",
25-
"version": "5.0.3.0",
26-
"binary_url": "https://github.com/syscoin/syscoin/releases/download/v5.0.3/syscoin-5.0.3-x86_64-linux-gnu.tar.gz",
27-
"_verification_type": "gpg-sha256",
28-
"_verification_source": "https://github.com/syscoin/syscoin/releases/download/v5.0.3/SHA256SUMS.asc",
25+
"version": "5.0.4.0",
26+
"binary_url": "https://github.com/syscoin/syscoin/releases/download/v5.0.4/syscoin-5.0.4-x86_64-linux-gnu.tar.gz",
27+
"verification_type": "gpg-sha256",
28+
"verification_source": "https://github.com/syscoin/syscoin/releases/download/v5.0.4/SHA256SUMS.asc",
2929
"extract_command": "tar -C backend --strip 1 -xf",
3030
"exclude_files": [
3131
"bin/syscoin-qt"
@@ -44,7 +44,7 @@
4444
},
4545
"platforms": {
4646
"arm64": {
47-
"binary_url": "https://github.com/syscoin/syscoin/releases/download/v5.0.3/syscoin-5.0.3-aarch64-linux-gnu.tar.gz"
47+
"binary_url": "https://github.com/syscoin/syscoin/releases/download/v5.0.4/syscoin-5.0.4-aarch64-linux-gnu.tar.gz"
4848
}
4949
}
5050
},
@@ -67,7 +67,7 @@
6767
"web3_rpc_url": "https://rpc.syscoin.org",
6868
"web3_rpc_url_backup": "https://rpc1.syscoin.org",
6969
"web3_explorer_url": "https://explorer.syscoin.org",
70-
"subversion": "/Satoshi:5.0.3/",
70+
"subversion": "/Satoshi:5.0.4/",
7171
"additional_params": {
7272
"fiat_rates": "coingecko",
7373
"fiat_rates_params": "{\"url\": \"https://api.coingecko.com/api/v3\", \"coin\": \"syscoin\", \"periodSeconds\": 150}"

configs/coins/syscoin_testnet.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"package_name": "backend-syscoin-testnet",
2323
"package_revision": "satoshilabs-1",
2424
"system_user": "syscoin",
25-
"version": "5.0.3.0",
26-
"binary_url": "https://github.com/syscoin/syscoin/releases/download/v5.0.3/syscoin-5.0.3-x86_64-linux-gnu.tar.gz",
27-
"_verification_type": "gpg-sha256",
28-
"_verification_source": "https://github.com/syscoin/syscoin/releases/download/v5.0.3/SHA256SUMS.asc",
25+
"version": "5.0.4.0",
26+
"binary_url": "https://github.com/syscoin/syscoin/releases/download/v5.0.4/syscoin-5.0.4-x86_64-linux-gnu.tar.gz",
27+
"verification_type": "gpg-sha256",
28+
"verification_source": "https://github.com/syscoin/syscoin/releases/download/v5.0.4/SHA256SUMS.asc",
2929
"extract_command": "tar -C backend --strip 1 -xf",
3030
"exclude_files": [
3131
"bin/syscoin-qt"
@@ -44,7 +44,7 @@
4444
},
4545
"platforms": {
4646
"arm64": {
47-
"binary_url": "https://github.com/syscoin/syscoin/releases/download/v5.0.3/syscoin-5.0.3-aarch64-linux-gnu.tar.gz"
47+
"binary_url": "https://github.com/syscoin/syscoin/releases/download/v5.0.4/syscoin-5.0.4-aarch64-linux-gnu.tar.gz"
4848
}
4949
}
5050
},
@@ -67,7 +67,7 @@
6767
"web3_rpc_url": "https://rpc.tanenbaum.io",
6868
"web3_rpc_url_backup": "https://rpc1.tanenbaum.io",
6969
"web3_explorer_url": "https://explorer.tanenbaum.io",
70-
"subversion": "/Satoshi:5.0.3/",
70+
"subversion": "/Satoshi:5.0.4/",
7171
"additional_params": {
7272
}
7373
}

0 commit comments

Comments
 (0)