From fd029465237bc733e17f9b0ebe0b06e89fcec541 Mon Sep 17 00:00:00 2001 From: Damien Goutte-Gattat Date: Tue, 2 Oct 2012 22:13:02 +0200 Subject: [PATCH] d/docutils: Upgraded to docutils-0.9.1. --- d/docutils/docutils-0.7.tar.gz.sha1 | 1 - d/docutils/docutils-0.9.1.tar.gz.sha1 | 1 + d/docutils/docutils.SlackBuild | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 d/docutils/docutils-0.7.tar.gz.sha1 create mode 100644 d/docutils/docutils-0.9.1.tar.gz.sha1 diff --git a/d/docutils/docutils-0.7.tar.gz.sha1 b/d/docutils/docutils-0.7.tar.gz.sha1 deleted file mode 100644 index 9a80f9b4..00000000 --- a/d/docutils/docutils-0.7.tar.gz.sha1 +++ /dev/null @@ -1 +0,0 @@ -e82988f826844ef8d8bf28fa286a19de211349cd docutils-0.7.tar.gz diff --git a/d/docutils/docutils-0.9.1.tar.gz.sha1 b/d/docutils/docutils-0.9.1.tar.gz.sha1 new file mode 100644 index 00000000..82289ada --- /dev/null +++ b/d/docutils/docutils-0.9.1.tar.gz.sha1 @@ -0,0 +1 @@ +c55d1ccabe2de82dd93d0f14884d07bbe10a3d40 docutils-0.9.1.tar.gz diff --git a/d/docutils/docutils.SlackBuild b/d/docutils/docutils.SlackBuild index a7e79a1b..c660c55f 100755 --- a/d/docutils/docutils.SlackBuild +++ b/d/docutils/docutils.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash # Build script for Slackware -# Copyright (C) 2009,2011 Damien Goutte-Gattat +# Copyright (C) 2009,2011,2012 Damien Goutte-Gattat # # Redistribution and use of this script, with or without modifications, # is permitted provided that the following conditions are met: @@ -27,7 +27,7 @@ # Source package infos NAMESRC=${NAMESRC:-docutils} -VERSION=${VERSION:-0.7} +VERSION=${VERSION:-0.9.1} ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz} WGET=${WGET:-http://downloads.sourceforge.net/docutils/$ARCHIVE}