wok diff flac/receipt @ rev 18410
open-vm-tools: more attempts to get linux64 build to work on cooker
author | Nathan Neulinger <nneul@neulinger.org> |
---|---|
date | Sat Sep 19 15:44:21 2015 +0000 (2015-09-19) |
parents | c86f53258a6b |
children | 2f45bddbfd08 |
line diff
1.1 --- a/flac/receipt Mon Jan 27 05:38:38 2014 +0000 1.2 +++ b/flac/receipt Sat Sep 19 15:44:21 2015 +0000 1.3 @@ -6,9 +6,9 @@ 1.4 SHORT_DESC="FLAC stands for Free Lossless Audio Codec." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 LICENSE="GPL2 LGPL2.1" 1.7 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.8 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.9 WEB_SITE="http://flac.sourceforge.net/" 1.10 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.11 +WGET_URL="http://downloads.xiph.org/releases/$PACKAGE/$TARBALL" 1.12 TAGS="codec audio" 1.13 1.14 DEPENDS="libogg gcc-lib-base"