diff options
author | rafael2k <rafael2k@370017ae-e619-0410-ac65-c121f96126d4> | 2007-02-26 15:24:51 +0000 |
---|---|---|
committer | rafael2k <rafael2k@370017ae-e619-0410-ac65-c121f96126d4> | 2007-02-26 15:24:51 +0000 |
commit | b791b26f07380bd3658763e72c7ff07142f61eb9 (patch) | |
tree | 887f4600d637280aba38d8a9534d65e3fb3b5127 /media | |
parent | 8447eb2e96a6c380fb75de8b97207fb7436a5bbc (diff) | |
download | slackbuilds-b791b26f07380bd3658763e72c7ff07142f61eb9.tar.gz slackbuilds-b791b26f07380bd3658763e72c7ff07142f61eb9.tar.bz2 |
dvdauthor version bump
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1048 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'media')
-rwxr-xr-x | media/video/dvdauthor/dvdauthor.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media/video/dvdauthor/dvdauthor.SlackBuild b/media/video/dvdauthor/dvdauthor.SlackBuild index 612f4950..14d3b44c 100755 --- a/media/video/dvdauthor/dvdauthor.SlackBuild +++ b/media/video/dvdauthor/dvdauthor.SlackBuild @@ -2,7 +2,7 @@ # # slackbuild for dvdauthor, by Rudson R. Alves # requires: none -# tested: dvdauthor-0.6.13 +# tested: dvdauthor-0.6.13, 0.6.14 CWD=`pwd` @@ -16,7 +16,7 @@ fi # -------- Variáveis de controle de versão -------------- # Nome da fonte para a qual o slackbuild foi construído e # o seu md5sum -SRC_ORIG="dvdauthor-0.6.13.tar.gz" +SRC_ORIG="dvdauthor-0.6.14.tar.gz" #MD5_ORIG="" PACKAGE_ORIG=`echo $SRC_ORIG | sed -r 's/(.*)-(.*)\.(.*\..*)$/\1/'` VERSION_ORIG=`echo $SRC_ORIG | sed -r 's/(.*)-(.*)\.(.*\..*)$/\2/'` |