comparison src/vorbis.mk @ 4770:6cfa1fbe8d2f

* src/vorbis.mk: update to v1.3.6
author John Donoghue
date Wed, 11 Jul 2018 13:35:03 -0400
parents d89f1be9f644
children 13d5b82424f7
comparison
equal deleted inserted replaced
4769:46bf69e11b71 4770:6cfa1fbe8d2f
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := vorbis 4 PKG := vorbis
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.3.5 6 $(PKG)_VERSION := 1.3.6
7 $(PKG)_CHECKSUM := 10c7fee173178d72855aa7593dfe49d9b3d6c804 7 $(PKG)_CHECKSUM := 91f140c220d1fe3376d637dc5f3d046263784b1f
8 $(PKG)_SUBDIR := libvorbis-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := libvorbis-$($(PKG)_VERSION)
9 $(PKG)_FILE := libvorbis-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := libvorbis-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://downloads.xiph.org/releases/vorbis/$($(PKG)_FILE) 10 $(PKG)_URL := http://downloads.xiph.org/releases/vorbis/$($(PKG)_FILE)
11 $(PKG)_DEPS := ogg 11 $(PKG)_DEPS := ogg
12 12