From 236315d0ea24fca32de0c12936942f8ceef9cf35 Mon Sep 17 00:00:00 2001 From: Damien Goutte-Gattat Date: Mon, 16 Dec 2013 22:27:11 +0100 Subject: [PATCH] l/pangomm: Upgraded to pangomm-2.34.0. --- l/pangomm/pangomm-2.28.4.tar.bz2.sha1 | 1 - l/pangomm/pangomm-2.34.0.tar.xz.sha1 | 1 + l/pangomm/pangomm.SlackBuild | 8 ++++---- 3 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 l/pangomm/pangomm-2.28.4.tar.bz2.sha1 create mode 100644 l/pangomm/pangomm-2.34.0.tar.xz.sha1 diff --git a/l/pangomm/pangomm-2.28.4.tar.bz2.sha1 b/l/pangomm/pangomm-2.28.4.tar.bz2.sha1 deleted file mode 100644 index a045f0a6..00000000 --- a/l/pangomm/pangomm-2.28.4.tar.bz2.sha1 +++ /dev/null @@ -1 +0,0 @@ -ee83497485e180708dffbf2e68d633ae8d5a36b4 pangomm-2.28.4.tar.bz2 diff --git a/l/pangomm/pangomm-2.34.0.tar.xz.sha1 b/l/pangomm/pangomm-2.34.0.tar.xz.sha1 new file mode 100644 index 00000000..a49d0282 --- /dev/null +++ b/l/pangomm/pangomm-2.34.0.tar.xz.sha1 @@ -0,0 +1 @@ +15d89717a390a0c78c01871190c8febd29dad684 pangomm-2.34.0.tar.xz diff --git a/l/pangomm/pangomm.SlackBuild b/l/pangomm/pangomm.SlackBuild index 96cb351d..5e784368 100755 --- a/l/pangomm/pangomm.SlackBuild +++ b/l/pangomm/pangomm.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash # Build script for Slackware -# Copyright (C) 2009,2010,2011,2012 Damien Goutte-Gattat +# Copyright (C) 2009,2010,2011,2012,2013 Damien Goutte-Gattat # # Redistribution and use of this script, with or without modifications, # is permitted provided that the following conditions are met: @@ -28,10 +28,10 @@ # Source package infos NAMESRC=${NAMESRC:-pangomm} -VERSION=${VERSION:-2.28.4} +VERSION=${VERSION:-2.34.0} LIBVERSION=${LIBVERSION:-1.4} -ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.bz2} -WGET=${WGET:-ftp://ftp.gnome.org/pub/gnome/sources/pangomm/2.28/$ARCHIVE} +ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.xz} +WGET=${WGET:-ftp://ftp.gnome.org/pub/gnome/sources/pangomm/2.34/$ARCHIVE} # Build infos NAMEPKG=${NAMEPKG:-pangomm}