mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 02:50:26 +02:00
editcp-bin: use previos version everytime because upstream refused to cooprate
This commit is contained in:
parent
30c6ecc21e
commit
6a9e16a9c3
3 changed files with 4 additions and 4 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST editcp-1.0.18.tar.xz 27874008 BLAKE2B 4ec535c586158bda8f7f3f59eaa4676a28360f08174111ffae21cd3312b8bfdea7604c993650fc71e098802f6c30c8b04a24a52cff2bee82dbe58aff32283727 SHA512 d6d031fa50751c200843a90aae7aa2e08884124154553d1bde6dcad3a403d05803561c0c17b034b57e0fe99e95875fe3b8d715c70b87e47a95ac425ba97550f0
|
||||
DIST editcp-1.0.20.tar.xz 32242744 BLAKE2B cf63dd93665e757e14c3c6c147336f2ddb95badbba3b328f1cd8dd1f8e3905cf68544c84f85d5132d9bcdd458e194974d72d6471b3fa15a3e50b705ff57cb52d SHA512 f91130dbff5fcb5b0c70c6d7c72018d2447e3f18bfdcfe21d049b623057908cc04df8e2ce3d6d54fb8178afb02bb1d760653ff8516f6c8e5734b9fbb899ca0a7
|
||||
DIST editcp-1.0.21.tar.xz 32251248 BLAKE2B 6d714eebaac8ed9def786401b7aa8d5487f91c1895b936e2048ef10132090452f2d8273b619ab6b9ea7fef07ee5523002e218bb5483cc6c0338914c9ead35fd0 SHA512 3a3b513ae16ed14f0df6ac72d6c4bef8635f07cf7940e6097220146a0af7a4e4ff52f83df368000c08d9922fa74ac64f06eb1d3ec5ec1e84ff56d7e2e45d9caf
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ EAPI=7
|
|||
MY_PN="editcp"
|
||||
DESCRIPTION=""
|
||||
HOMEPAGE="https://www.farnsworth.org/dale/codeplug/editcp"
|
||||
SRC_URI="${HOMEPAGE}/downloads/linux/${MY_PN}-${PV}.tar.xz"
|
||||
SRC_URI="${HOMEPAGE}/downloads/linux/previous/${MY_PN}-${PV}.tar.xz"
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 2019 Gentoo Authors
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
|
@ -6,7 +6,7 @@ EAPI=7
|
|||
MY_PN="editcp"
|
||||
DESCRIPTION=""
|
||||
HOMEPAGE="https://www.farnsworth.org/dale/codeplug/editcp"
|
||||
SRC_URI="${HOMEPAGE}/downloads/linux/${MY_PN}-${PV}.tar.xz"
|
||||
SRC_URI="${HOMEPAGE}/downloads/linux/previous/${MY_PN}-${PV}.tar.xz"
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
Loading…
Reference in a new issue