l/xvidcore: Upgraded to xvidcore-1.3.2.
parent
68930c9dcd
commit
ba5300b812
|
@ -1 +0,0 @@
|
|||
68c73b9a00dfb830083f619335eb876b0f845bec xvidcore-1.3.1.tar.gz
|
|
@ -0,0 +1 @@
|
|||
56e065d331545ade04c63c91153b9624b51d6e1b xvidcore-1.3.2.tar.gz
|
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue