diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2012-06-23 20:48:17 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2012-06-23 20:48:17 +1000 |
commit | 0d3ab7051469f52f41e678deab02e2155a43b26f (patch) | |
tree | 0c27d18d3bdefe47c8380c75ab64272433ee46b6 /vorbisgain | |
parent | 27b41c90e3db39d47fa7be96d04592910b0881ea (diff) | |
download | opt-0d3ab7051469f52f41e678deab02e2155a43b26f.tar.gz opt-0d3ab7051469f52f41e678deab02e2155a43b26f.tar.xz |
vorbisgain: 0.36 -> 0.37
Diffstat (limited to 'vorbisgain')
-rw-r--r-- | vorbisgain/.md5sum | 2 | ||||
-rw-r--r-- | vorbisgain/Pkgfile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/vorbisgain/.md5sum b/vorbisgain/.md5sum index 4bd75b342..6da1c3698 100644 --- a/vorbisgain/.md5sum +++ b/vorbisgain/.md5sum @@ -1 +1 @@ -3c9df5028fa395aa98fdf0f58a5187b0 vorbisgain-0.36.zip +850b05a7b2b0ee67edb5a27b8c6ac3a2 vorbisgain-0.37.tar.gz diff --git a/vorbisgain/Pkgfile b/vorbisgain/Pkgfile index 2c64d4fa6..40332ce0e 100644 --- a/vorbisgain/Pkgfile +++ b/vorbisgain/Pkgfile @@ -5,9 +5,9 @@ # Depends on: libogg libvorbis name=vorbisgain -version=0.36 +version=0.37 release=1 -source=(http://sjeng.org/ftp/vorbis/$name-$version.zip) +source=(http://sjeng.org/ftp/vorbis/$name-$version.tar.gz) build() { cd $name-$version |