From 948c0d3030daf3362f1cfe3cfe4c61a14993f9c5 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sun, 8 Nov 2020 13:48:23 +0200 Subject: [PATCH] cmst: update to 2020.11.01. Closes: #26220 [via git-merge-pr] --- srcpkgs/cmst/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cmst/template b/srcpkgs/cmst/template index 3ec18435eb..83ee03b44e 100644 --- a/srcpkgs/cmst/template +++ b/srcpkgs/cmst/template @@ -1,6 +1,6 @@ # Template file for 'cmst' pkgname=cmst -version=2020.05.09 +version=2020.11.01 revision=1 build_style=qmake hostmakedepends="qt5-qmake" @@ -11,7 +11,7 @@ maintainer="Jonathan Lee " license="MIT" homepage="https://github.com/andrew-bibb/cmst" distfiles="https://github.com/andrew-bibb/cmst/archive/${version}.tar.gz" -checksum=9189323829fa73ab26b894a083793964eb85c6bb91b4bb00faea314a3a981b03 +checksum=0e445f81afdb51cd288653bc1597488d64846de9cc552f265c5b806716402adb if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-devel"