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}