l/xvidcore: Upgraded to xvidcore-1.3.2.

slackware-14.2
Damien Goutte-Gattat 2012-10-06 15:15:31 +02:00
parent 68930c9dcd
commit ba5300b812
3 changed files with 3 additions and 3 deletions

View File

@ -1 +0,0 @@
68c73b9a00dfb830083f619335eb876b0f845bec xvidcore-1.3.1.tar.gz

View File

@ -0,0 +1 @@
56e065d331545ade04c63c91153b9624b51d6e1b xvidcore-1.3.2.tar.gz

View File

@ -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}