Use safe SOURCE_URIs

This commit is contained in:
Humdinger
2016-09-01 18:51:29 +02:00
parent 5b07abaf7f
commit e880e1a25b
3 changed files with 28 additions and 22 deletions

View File

@@ -13,8 +13,11 @@ often created with drawing software."
HOMEPAGE="https://github.com/threedeyes/NanoSVGTranslator"
COPYRIGHT="2013-2015 3dEyes**"
LICENSE="MIT"
REVISION="2"
SOURCE_URI="git+https://github.com/threedeyes/NanoSVGTranslator#603c353ba43a937e75f14bc1aabbffe374174f52"
REVISION="3"
commit="603c353ba43a937e75f14bc1aabbffe374174f52"
SOURCE_URI="https://github.com/threedeyes/NanoSVGTranslator/archive/$commit.tar.gz"
CHECKSUM_SHA256="a8fe27231900990f8e324438e487ed6dc6b658f9326447e3eb6a458a77e39de1"
SOURCE_DIR="NanoSVGTranslator-$commit"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"