summaryrefslogtreecommitdiffstats
path: root/src/opusfile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/opusfile.mk')
-rw-r--r--src/opusfile.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/opusfile.mk b/src/opusfile.mk
index d1375af..b14f469 100644
--- a/src/opusfile.mk
+++ b/src/opusfile.mk
@@ -3,8 +3,8 @@
PKG := opusfile
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 0.2
-$(PKG)_CHECKSUM := db020e25178b501929a11b0e0f469890f4f4e6fa
+$(PKG)_VERSION := 0.4
+$(PKG)_CHECKSUM := d514e57ffc051e4359b9bc13d6fc8805a26cdd3b
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://downloads.xiph.org/releases/opus/$($(PKG)_FILE)
@@ -14,6 +14,8 @@ define $(PKG)_UPDATE
$(WGET) -q -O- 'http://downloads.xiph.org/releases/opus/?C=M;O=D' | \
$(SED) -n 's,.*opusfile-\([0-9][^>]*\)\.tar.*,\1,p' | \
grep -v 'alpha' | \
+ grep -v 'beta' | \
+ $(SORT) -Vr | \
head -1
endef