diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-05-12 08:20:17 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-05-12 08:20:41 +0200 |
commit | e1771d9c18758c7b83ba27cd0b7a97e81d8a7b2c (patch) | |
tree | 2ffa52c41808adcb07e1cabed18c18814c726b72 /sci-visualization/dash-html-components | |
parent | dev-db/mysql-workbench: add 8.0.25 (diff) | |
download | gentoo-e1771d9c18758c7b83ba27cd0b7a97e81d8a7b2c.tar.gz gentoo-e1771d9c18758c7b83ba27cd0b7a97e81d8a7b2c.tar.bz2 gentoo-e1771d9c18758c7b83ba27cd0b7a97e81d8a7b2c.zip |
sci-visualization/dash-html-components: fix BadFileName
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-visualization/dash-html-components')
-rw-r--r-- | sci-visualization/dash-html-components/Manifest | 2 | ||||
-rw-r--r-- | sci-visualization/dash-html-components/dash-html-components-1.1.3.ebuild | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sci-visualization/dash-html-components/Manifest b/sci-visualization/dash-html-components/Manifest index 0d3e160c52bc..6567923e52bb 100644 --- a/sci-visualization/dash-html-components/Manifest +++ b/sci-visualization/dash-html-components/Manifest @@ -1 +1 @@ -DIST v1.1.3.tar.gz 375680 BLAKE2B e489d8d5fe3c832ae8be82ea1eac83b8a8c8df8b6ac9ce1d122178f63c4ce355c39195bd828e503c51605ed5e774eaff38cf16da9a1c486fd0eff404cd85694f SHA512 dfcc41ef7a52f0d5cc97db9e94b00eb7707cea7c5f95e89832d1b74a1554d9d9f9c3b5df57509fe959b06c53f2a281b7070adde45d3c19003c13983a10ca2509 +DIST dash-html-components-1.1.3.tar.gz 375680 BLAKE2B e489d8d5fe3c832ae8be82ea1eac83b8a8c8df8b6ac9ce1d122178f63c4ce355c39195bd828e503c51605ed5e774eaff38cf16da9a1c486fd0eff404cd85694f SHA512 dfcc41ef7a52f0d5cc97db9e94b00eb7707cea7c5f95e89832d1b74a1554d9d9f9c3b5df57509fe959b06c53f2a281b7070adde45d3c19003c13983a10ca2509 diff --git a/sci-visualization/dash-html-components/dash-html-components-1.1.3.ebuild b/sci-visualization/dash-html-components/dash-html-components-1.1.3.ebuild index a075efb3db4f..26ff12dc81c6 100644 --- a/sci-visualization/dash-html-components/dash-html-components-1.1.3.ebuild +++ b/sci-visualization/dash-html-components/dash-html-components-1.1.3.ebuild @@ -8,7 +8,8 @@ inherit distutils-r1 DESCRIPTION="Vanilla HTML components for Dash" HOMEPAGE="https://plot.ly/dash" -SRC_URI="https://github.com/plotly/${PN}/archive/refs/tags/v${PV}.tar.gz" +SRC_URI="https://github.com/plotly/${PN}/archive/refs/tags/v${PV}.tar.gz + -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" |