librecad: switch to https.

This commit is contained in:
Jerome Duval
2018-09-19 10:39:07 +02:00
parent 906ed2ea20
commit 0c4cc81cb5

View File

@@ -3,10 +3,10 @@ DESCRIPTION="LibreCAD is a cross-platform 2D CAD program written in C++11 \
using the Qt framework. It can read DXF and DWG files and can write DXF, PDF \ using the Qt framework. It can read DXF and DWG files and can write DXF, PDF \
and SVG files. The user interface is highly customizable, and has dozens of \ and SVG files. The user interface is highly customizable, and has dozens of \
translations." translations."
HOMEPAGE="http://librecad.org/" HOMEPAGE="https://librecad.org/"
COPYRIGHT="2017 LibreCAD" COPYRIGHT="2017 LibreCAD"
LICENSE="GNU GPL v2" LICENSE="GNU GPL v2"
REVISION="4" REVISION="5"
SOURCE_URI="https://github.com/LibreCAD/LibreCAD/archive/$portVersion.tar.gz" SOURCE_URI="https://github.com/LibreCAD/LibreCAD/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="74c4ede409b13d0365c65c0cd52dba04f1049530f6df706dc905443d5e60db06" CHECKSUM_SHA256="74c4ede409b13d0365c65c0cd52dba04f1049530f6df706dc905443d5e60db06"
SOURCE_DIR="LibreCAD-$portVersion" SOURCE_DIR="LibreCAD-$portVersion"