diff --git a/dappnode_package.json b/dappnode_package.json index 6118219..db91881 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,34 +1,38 @@ { - "name": "zcash.public.dappnode.eth", - "version": "0.2.16", - "upstreamVersion": "v6.12.5", - "shortDescription": "Zcash is a privacy-protecting, digital currency built on strong science.", - "description": "Zcash is a privacy-protecting, digital currency built on strong science. Transact efficiently and safely with low fees while ensuring digital transactions remain private. Selectively share address and transaction information for auditing or regulatory compliance.", - "type": "service", "author": "DAppNode Association (https://github.com/dappnode)", + "bugs": { + "url": "https://github.com/dappnode/DAppNodePackage-zcash/issues" + }, + "categories": [ + "Blockchain" + ], + "chain": "bitcoin", "contributors": [ "Eduardo Antuña (https://github.com/eduadiez)" ], - "upstreamRepo": "zcash/zcash", - "upstreamArg": "UPSTREAM_VERSION", - "chain": "bitcoin", - "requirements": { - "minimumDappnodeVersion": "0.2.10" - }, + "dependencies": {}, + "description": "Zcash is a privacy-protecting, digital currency built on strong science. Transact efficiently and safely with low fees while ensuring digital transactions remain private. Selectively share address and transaction information for auditing or regulatory compliance.", + "keywords": [ + "zcash" + ], + "license": "GPL-3.0", "links": { - "host": "zcash.public.dappnode", "api": "http://zcash.public.dappnode:8332", - "homepage": "https://github.com/dappnode/DAppNodePackage-zcash#readme" + "homepage": "https://github.com/dappnode/DAppNodePackage-zcash#readme", + "host": "zcash.public.dappnode" }, - "license": "GPL-3.0", - "categories": ["Blockchain"], - "keywords": ["zcash"], - "dependencies": {}, + "name": "zcash.public.dappnode.eth", "repository": { "type": "git", "url": "https://github.com/dappnode/DAppNodePackage-zcash.git" }, - "bugs": { - "url": "https://github.com/dappnode/DAppNodePackage-zcash/issues" - } + "requirements": { + "minimumDappnodeVersion": "0.2.10" + }, + "shortDescription": "Zcash is a privacy-protecting, digital currency built on strong science.", + "type": "service", + "upstreamArg": "UPSTREAM_VERSION", + "upstreamRepo": "zcash/zcash", + "upstreamVersion": "v6.20.0", + "version": "0.2.17" } diff --git a/docker-compose.yml b/docker-compose.yml index 1bb6326..1ffc193 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: build: context: ./src args: - UPSTREAM_VERSION: v6.12.5 + UPSTREAM_VERSION: v6.20.0 restart: unless-stopped volumes: - zcash:/home/zcash