diff options
author | Juergen Daubert <jue@jue.li> | 2010-01-25 16:51:25 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2010-01-25 16:51:25 +0100 |
commit | 97cd100b7b83490e85c663fdb05a5d1b6101b7b6 (patch) | |
tree | a39d38008886dadde4c637910c87592efbb19c75 /gphoto2 | |
parent | ea69a7ad290680a3c476cf6fd0bba4c5a603ef9f (diff) | |
download | opt-97cd100b7b83490e85c663fdb05a5d1b6101b7b6.tar.gz opt-97cd100b7b83490e85c663fdb05a5d1b6101b7b6.tar.xz |
gphoto2: update to 2.4.8
Diffstat (limited to 'gphoto2')
-rw-r--r-- | gphoto2/.md5sum | 2 | ||||
-rw-r--r-- | gphoto2/Pkgfile | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gphoto2/.md5sum b/gphoto2/.md5sum index 205594c8e..9b01ff868 100644 --- a/gphoto2/.md5sum +++ b/gphoto2/.md5sum @@ -1 +1 @@ -f503d0388d28bf8185da94fbe231b022 gphoto2-2.4.7.tar.gz +401e403ea6e8301d6c87cbe7cd892b8b gphoto2-2.4.8.tar.bz2 diff --git a/gphoto2/Pkgfile b/gphoto2/Pkgfile index 8aea60260..745e59c2d 100644 --- a/gphoto2/Pkgfile +++ b/gphoto2/Pkgfile @@ -1,12 +1,12 @@ # Description: Command-line client for libgphoto2 # URL: http://www.gphoto.org # Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de -# Depends on: ncurses readline libtool popt libgphoto2 +# Depends on: readline popt libgphoto2 name=gphoto2 -version=2.4.7 +version=2.4.8 release=1 -source=(http://download.sourceforge.net/sourceforge/gphoto/$name-$version.tar.gz) +source=(http://download.sourceforge.net/sourceforge/gphoto/$name-$version.tar.bz2) build() { cd $name-$version |