diff options
author | Tilman Sauerbeck <tilman@crux.nu> | 2012-03-03 11:36:49 +0100 |
---|---|---|
committer | Tilman Sauerbeck <tilman@crux.nu> | 2012-03-03 11:36:49 +0100 |
commit | 61020aae61dd2cee24318c12e15e390da1de521e (patch) | |
tree | 2c3339968af6c6e0151b5ee7a4937501797eb289 | |
parent | e6a411738e31f23f7ae23d67a39e6a1de54d4238 (diff) | |
download | opt-61020aae61dd2cee24318c12e15e390da1de521e.tar.gz opt-61020aae61dd2cee24318c12e15e390da1de521e.tar.xz |
vorbisgain: updated to 0.36.
-rw-r--r-- | vorbisgain/.md5sum | 2 | ||||
-rw-r--r-- | vorbisgain/Pkgfile | 6 |
2 files changed, 2 insertions, 6 deletions
diff --git a/vorbisgain/.md5sum b/vorbisgain/.md5sum index 7425fcfed..4bd75b342 100644 --- a/vorbisgain/.md5sum +++ b/vorbisgain/.md5sum @@ -1 +1 @@ -ee62352b74c610bb3eeddda038819fc8 vorbisgain-0.34.zip +3c9df5028fa395aa98fdf0f58a5187b0 vorbisgain-0.36.zip diff --git a/vorbisgain/Pkgfile b/vorbisgain/Pkgfile index 8f1cdd6b3..cdd2b7ffe 100644 --- a/vorbisgain/Pkgfile +++ b/vorbisgain/Pkgfile @@ -4,17 +4,13 @@ # Depends on: libogg, libvorbis name=vorbisgain -version=0.34 +version=0.36 release=1 source=(http://sjeng.org/ftp/vorbis/$name-$version.zip) build() { cd $name-$version - # Fix space-vs-tab confusion: - sed -i -e '420s/^ / /' Makefile.in - sed -i -e '423s/^ / /' Makefile.in - sh configure --prefix=/usr make |