From 0c2ef6fa4f13f1c84f5ef94e66504b1d8de4da23 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Fri, 2 Sep 2022 18:49:43 +0200 Subject: [PATCH] bcal: update to 2.4 --- srcpkgs/bcal/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bcal/template b/srcpkgs/bcal/template index b0b19b4db9b0..0307229432b6 100644 --- a/srcpkgs/bcal/template +++ b/srcpkgs/bcal/template @@ -1,6 +1,6 @@ # Template file for 'bcal' pkgname=bcal -version=2.3 +version=2.4 revision=1 build_style=gnu-makefile makedepends="readline-devel" @@ -9,8 +9,9 @@ short_desc="Byte CALculator for storage conversions and calculations" maintainer="Orphaned " license="GPL-3.0-or-later" homepage="https://github.com/jarun/bcal" +changelog="https://raw.githubusercontent.com/jarun/bcal/master/CHANGELOG" distfiles="https://github.com/jarun/bcal/archive/v${version}.tar.gz" -checksum=e295b022e5187079b4cc5310447da5c787cb6bade86936dabf34a42bb85348ba +checksum=141f39d866f62274b2262164baaac6202f60749862c84c2e6ed231f6d03ee8df if [ "$XBPS_TARGET_WORDSIZE" -ne 64 ]; then broken="Can only be built for 64 bit targets which define __uint128_t."