From 2ebe3574e0c730d7da99a96095d18cdef0678d35 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sun, 1 Nov 2020 17:43:33 +0200 Subject: [PATCH 1/2] git-cola: update to 3.8. --- srcpkgs/git-cola/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/git-cola/template b/srcpkgs/git-cola/template index 2754ba6be4f..fa9ed7cd9b8 100644 --- a/srcpkgs/git-cola/template +++ b/srcpkgs/git-cola/template @@ -1,9 +1,8 @@ # Template file for 'git-cola' pkgname=git-cola -version=3.7 -revision=2 +version=3.8 +revision=1 build_style=python3-module -pycompile_dirs="usr/share/git-cola/lib" hostmakedepends="python3" depends="git python3-PyQt5 qt5-svg" short_desc="Highly caffeinated Git GUI" @@ -11,4 +10,4 @@ maintainer="Andrea Brancaleoni " license="GPL-2.0-only" homepage="https://git-cola.github.io/" distfiles="https://github.com/git-cola/git-cola/archive/v${version}.tar.gz" -checksum=9a1427b05c107ec8337881ed68bb450ac040a08880f91dcb770588f755d6fd1b +checksum=ea482ca32fe142ddba500d2edf3a05f11e31cf193e5d7a944f3fe28c9ab123d4 From 3656face76a2e8608e06dd8387cf5fa8a7a64b3f Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sun, 1 Nov 2020 17:52:09 +0200 Subject: [PATCH 2/2] hugo: update to 0.77.0. --- srcpkgs/hugo/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hugo/template b/srcpkgs/hugo/template index 5c1c1d3ee26..4589ffd2d18 100644 --- a/srcpkgs/hugo/template +++ b/srcpkgs/hugo/template @@ -1,6 +1,6 @@ # Template file for 'hugo' pkgname=hugo -version=0.76.2 +version=0.77.0 revision=1 build_style=go go_import_path="github.com/gohugoio/${pkgname}" @@ -12,7 +12,7 @@ maintainer="Andrea Brancaleoni " license="Apache-2.0" homepage="https://gohugo.io" distfiles="https://${go_import_path}/archive/v${version}.tar.gz" -checksum=03a32d3c7bff0264bf5e2cb995bff6250c9b6a05a7172ffe98c4f923226f7181 +checksum=e6053b20359b02233354930085318c8c729e3765e46e640ff7838de7e93fc51d build_options="pygments extended" desc_option_pygments="Alternative syntax highlighter"