From ba5300b81225f7586e157cf062762332c19e0087 Mon Sep 17 00:00:00 2001 From: Damien Goutte-Gattat Date: Sat, 6 Oct 2012 15:15:31 +0200 Subject: [PATCH] l/xvidcore: Upgraded to xvidcore-1.3.2. --- l/xvidcore/xvidcore-1.3.1.tar.gz.sha1 | 1 - l/xvidcore/xvidcore-1.3.2.tar.gz.sha1 | 1 + l/xvidcore/xvidcore.SlackBuild | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 l/xvidcore/xvidcore-1.3.1.tar.gz.sha1 create mode 100644 l/xvidcore/xvidcore-1.3.2.tar.gz.sha1 diff --git a/l/xvidcore/xvidcore-1.3.1.tar.gz.sha1 b/l/xvidcore/xvidcore-1.3.1.tar.gz.sha1 deleted file mode 100644 index c46ff641..00000000 --- a/l/xvidcore/xvidcore-1.3.1.tar.gz.sha1 +++ /dev/null @@ -1 +0,0 @@ -68c73b9a00dfb830083f619335eb876b0f845bec xvidcore-1.3.1.tar.gz diff --git a/l/xvidcore/xvidcore-1.3.2.tar.gz.sha1 b/l/xvidcore/xvidcore-1.3.2.tar.gz.sha1 new file mode 100644 index 00000000..df7f44d5 --- /dev/null +++ b/l/xvidcore/xvidcore-1.3.2.tar.gz.sha1 @@ -0,0 +1 @@ +56e065d331545ade04c63c91153b9624b51d6e1b xvidcore-1.3.2.tar.gz diff --git a/l/xvidcore/xvidcore.SlackBuild b/l/xvidcore/xvidcore.SlackBuild index 6dad5ed9..dc2d1237 100755 --- a/l/xvidcore/xvidcore.SlackBuild +++ b/l/xvidcore/xvidcore.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash # Build script for Slackware -# Copyright (C) 2008,2009,2011 Damien Goutte-Gattat +# Copyright (C) 2008,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: @@ -26,7 +26,7 @@ # Source package infos NAMESRC=${NAMESRC:-xvidcore} -VERSION=${VERSION:-1.3.1} +VERSION=${VERSION:-1.3.2} ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz} WGET=${WGET:-http://downloads.xvid.org/downloads/$ARCHIVE}