From 84e90ab5b2f2d5ded9f5614726ec69d30245cbcc 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. --- srcpkgs/cmst/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cmst/template b/srcpkgs/cmst/template index 3ec18435ebf..83ee03b44e4 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"