From 985fa0fa6ec96602aa34f03c269042b80c0afb37 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 10 Jul 2019 18:17:04 +0200 Subject: [PATCH] pangomm: Update version from 2.28.2 to 2.42.0 gtkmm 3.24.1 requires a newer version. --- pangomm.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pangomm.be0 b/pangomm.be0 index 09e6c91d8..232a49c35 100755 --- a/pangomm.be0 +++ b/pangomm.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION pangomm-2.28.2-0 +# BEE_VERSION pangomm-2.42.0-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -9,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="https://ftp.gnome.org/pub/GNOME/sources/pangomm/${PKGVERSION[2]}/pangomm-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://ftp.gnome.org/pub/GNOME/sources/pangomm/${PKGVERSION[2]}/pangomm-${PKGVERSION}.tar.xz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.