mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-01 03:00:57 +02:00
jsbeautifier: fix versioning, issue #237
This commit is contained in:
parent
1624abf116
commit
abd48bd942
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ inherit distutils-r1
|
|||
|
||||
DESCRIPTION="Beautify, unpack or deobfuscate JavaScript"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/jsbeautifier"
|
||||
SRC_URI="mirror://pypi/$(echo ${PN} | cut -c 1)/${PN}/${P}.tar.gz"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ inherit distutils-r1
|
|||
|
||||
DESCRIPTION="Beautify, unpack or deobfuscate JavaScript"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/jsbeautifier"
|
||||
SRC_URI="mirror://pypi/$(echo ${PN} | cut -c 1)/${PN}/${P}.tar.gz"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue