1
0
Fork 0

dev-vcs/dandi-cli: update SRC_URI

Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2022-08-25 19:12:30 -04:00
parent 5dd7ebe2c2
commit c5d58a9b24
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
DIST dandi-cli-0.45.1_p1.tar.gz 241015 SHA256 f8007eb3a2972bf1afecc0619ae61b4a92c6da3db3aba6f4f54b5b911bc9e4d0 SHA512 3294810f5e62f5466fe8b700733fea913e9ccaf4393b1fbb1d2ebe614f2ce5cc09dc92786f61f162b02b4415b662af2e49fd017061e4360a3626b7d76596a464 WHIRLPOOL f85489ac7b3e0904a6bac4d80170d0cadb1b87ea1f299a11265baff9114628773d9f69a29d8baafa193ccaf3c9f0903a267055dc8578b069ee24ab93405c70d3
DIST dandi-cli-0.45.1_p1.gh.tar.gz 241133 BLAKE2B 14c4efb04649209648ca3952f9980832e4dd9ea7fd530004116b5f510dfc58d88e8835c7d8716ac26ba701146b74d7ab93724d366fc3c9f88eeedb772cb5f8cf SHA512 013a2c96862b297cd4d6ff464e08045bebca36e8e5f4fde69d2c5dc6feaf592c1afb0f8d429fe92db342023818570c23779bc436310df7f3097e19f3aaa1bedf

View File

@ -10,11 +10,11 @@ inherit distutils-r1
MY_PN="dandi"
MY_P="${MY_PN}-${PV}"
MY_HASH="39bce6defa408ee89f3e00f7c2b3bad189faf24d"
MY_HASH="548e22147689a60e48af95679df41e36fdce1d75"
DESCRIPTION="DANDI command line client to facilitate common operations"
HOMEPAGE="https://github.com/dandi/dandi-cli"
SRC_URI="https://github.com/dandi/dandi-cli/archive/${MY_HASH}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/dandi/dandi-cli/archive/${MY_HASH}.tar.gz -> ${P}.gh.tar.gz"
#SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="Apache-2.0"