calc, fix SOURCE_URI (#8474)

This commit is contained in:
Schrijvers Luc
2023-04-21 10:47:42 +02:00
committed by GitHub
parent d3f7e5a1c0
commit c126aabe4b

View File

@@ -10,7 +10,7 @@ HOMEPAGE="http://www.isthe.com/chongo/tech/comp/calc/"
COPYRIGHT="1999-2017 Landon Curt Noll" COPYRIGHT="1999-2017 Landon Curt Noll"
LICENSE="GNU LGPL v2.1" LICENSE="GNU LGPL v2.1"
REVISION="1" REVISION="1"
SOURCE_URI="http://www.isthe.com/chongo/src/calc/calc-$portVersion.tar.bz2" SOURCE_URI="https://github.com/lcn2/calc/releases/download/$portVersion/calc-$portVersion.tar.bz2"
CHECKSUM_SHA256="57af44181ca3af7348c82ee628cfd221677a09fef11a29d2e5667726d5aafc90" CHECKSUM_SHA256="57af44181ca3af7348c82ee628cfd221677a09fef11a29d2e5667726d5aafc90"
PATCHES="calc-$portVersion.patchset" PATCHES="calc-$portVersion.patchset"