lagrange: 1.16.7 -> 1.17.0

This commit is contained in:
John McQuah 2023-10-21 23:34:23 +00:00
parent 876557cce6
commit 0718d69fc8
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxOwu4+sHr3SR33iPzZalvaOCTXzU8B7t87ZEz1+Yphj/D7FfDuWFzH0V+G1s0dlcfjzXtd4rpMhlLncQjhQKqgU=
SHA256 (Pkgfile) = 59357c140496c4206fd2f980915bfa7ecaced1603317254866e68956cfa25f39
RWTTPlFarK9CxIrwOHHIaSOz7dhhSTFhsGh7C1l4l7GehEi+L4zycZpb1lJ7AwCHyb1+La6ymRCNwsn/4eWOifM7c8uALdpzIAU=
SHA256 (Pkgfile) = 79abaebb6e1af7a4b8b40a48aa192cdf6ef1ed6fa7c421ede3a6cf51eb5ce4a6
SHA256 (.footprint) = 2acc0f5be562b2db993acd791c0b122176a943e588d94a9a8f40796ae3d5ff6f
SHA256 (lagrange-1.16.7.tar.gz) = 751f595b7e913ea8246fa4031f63c15dcef1cb114e057b2062fc601875ebe745
SHA256 (lagrange-1.17.0.tar.gz) = c0f68e7d8d7b4a94eeaaf2c041f08b13abc2a2922b2485d69844b823e710cc8a

View File

@ -5,7 +5,7 @@
# Optional: mpg123 fribidi harfbuzz libwebp
name=lagrange
version=1.16.7
version=1.17.0
release=1
source=(https://git.skyjake.fi/skyjake/$name/releases/download/v$version/$name-$version.tar.gz)
@ -22,7 +22,7 @@ build() {
-DCMAKE_BUILD_TYPE=Release ${PKGMK_LAGRANGE} \
-DCMAKE_C_FLAGS_RELEASE="$CFLAGS" \
-DCMAKE_INSTALL_PREFIX="/usr" \
-DCMAKE_INSTALL_LIBDIR=lib ..
-DCMAKE_INSTALL_LIBDIR=lib
ninja -C build -j ${JOBS:-1}
DESTDIR=$PKG ninja -C build install