comparison src/ogg.mk @ 4566:96874b227ada

ogg: update to v1.3.3 * src/ogg.mk: update verson, checksum
author John D
date Thu, 30 Nov 2017 13:41:21 -0500
parents e83bb1459c0f
children 13d5b82424f7
comparison
equal deleted inserted replaced
4565:e8e6e646e17d 4566:96874b227ada
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 := ogg 4 PKG := ogg
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.3.2 6 $(PKG)_VERSION := 1.3.3
7 $(PKG)_CHECKSUM := df7f3977bbeda67306bc2a427257dd7375319d7d 7 $(PKG)_CHECKSUM := 28ba40fd2e2d41988f658a0016fa7b534e509bc0
8 $(PKG)_SUBDIR := libogg-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := libogg-$($(PKG)_VERSION)
9 $(PKG)_FILE := libogg-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := libogg-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://downloads.xiph.org/releases/ogg/$($(PKG)_FILE) 10 $(PKG)_URL := http://downloads.xiph.org/releases/ogg/$($(PKG)_FILE)
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12