1
0
Fork 0

dev-libs/mustach: use better compression URI

This commit is contained in:
Ryan Fox 2023-03-26 21:19:18 -07:00
parent 7feb0bc117
commit 01ec80b281
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
DIST mustach-1.2.5.tar.gz 37202 BLAKE2B 2eb2a589c3fbdd25a3490ab5d558c1c04baa01f6a3cfb93b7020c391c106bad63e75d4c5eb5733e04c672f587001b84180c25db62ce9cf72969f842c856a6101 SHA512 93ce8f454acc737a5c1136d1a3453fa3ea55697b5f63df4c303ad0306f6019e255e1013f86a7dcc8ede91ea3cf5044492df8438af99735ae777997302a133249
DIST mustach-1.2.5.tar.bz2 34049 BLAKE2B 6004c11dca4b0ac6720dedfbe8df43ac5340084fe092b6bc93abc45327facfb03cd13d83378b038677d767c2f44421a7d54cc723d314ab7060e978eaa84417a9 SHA512 a6c83b19c98d77a1d11013a77539691076cff4dbeca6eb865569bc2bd80b2497c835e2392bf4fcde64822d05037e95aa185c6a77b8ae63dbb71fce86594d52f7

View File

@ -7,7 +7,7 @@ if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.com/jobol/mustach.git"
else
SRC_URI="https://gitlab.com/jobol/mustach/-/archive/${PV}/${P}.tar.gz"
SRC_URI="https://gitlab.com/jobol/mustach/-/archive/${PV}/${P}.tar.bz2"
KEYWORDS="~amd64"
fi

View File

@ -7,7 +7,7 @@ if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.com/jobol/mustach.git"
else
SRC_URI="https://gitlab.com/jobol/mustach/-/archive/${PV}/${P}.tar.gz"
SRC_URI="https://gitlab.com/jobol/mustach/-/archive/${PV}/${P}.tar.bz2"
KEYWORDS="~amd64"
fi