diff options
author | rudson <rudson@370017ae-e619-0410-ac65-c121f96126d4> | 2007-02-11 12:40:05 +0000 |
---|---|---|
committer | rudson <rudson@370017ae-e619-0410-ac65-c121f96126d4> | 2007-02-11 12:40:05 +0000 |
commit | 03471080ce7ce2d2f5596adb7ae4eb8bb6277c79 (patch) | |
tree | 2d140328adcc8c48e0d6128ea3497a98a8bbaea2 /media/gfx/exiv2/exiv2.SlackBuild | |
parent | df5a33309f56548761d45feef0e537708c069e19 (diff) | |
download | slackbuilds-03471080ce7ce2d2f5596adb7ae4eb8bb6277c79.tar.gz slackbuilds-03471080ce7ce2d2f5596adb7ae4eb8bb6277c79.tar.bz2 |
Atualizações de versão...
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1016 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'media/gfx/exiv2/exiv2.SlackBuild')
-rwxr-xr-x | media/gfx/exiv2/exiv2.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media/gfx/exiv2/exiv2.SlackBuild b/media/gfx/exiv2/exiv2.SlackBuild index 6f563b85..d0d781df 100755 --- a/media/gfx/exiv2/exiv2.SlackBuild +++ b/media/gfx/exiv2/exiv2.SlackBuild @@ -2,7 +2,7 @@ # # slackbuild for exiv2, by Rudson R. Alves # requires: none -# tested: exiv2-0.11 +# tested: exiv2-0.12 CWD=`pwd` @@ -16,8 +16,8 @@ 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="exiv2-0.11.tar.gz" -MD5_ORIG="269ce822946c56549d086f0c08dffc79" +SRC_ORIG="exiv2-0.12.tar.gz" +MD5_ORIG="a97a4e489df7ec99458e3e33b506c3e6" PACKAGE_ORIG=`echo $SRC_ORIG | sed -r 's/(.*)-(.*)\.(.*\..*)$/\1/'` VERSION_ORIG=`echo $SRC_ORIG | sed -r 's/(.*)-(.*)\.(.*\..*)$/\2/'` EXTENSION=`echo $SRC_ORIG | sed -r 's/(.*)-(.*)\.(.*\..*)$/\3/'` |