diff options
author | Ted Hess <thess@kitschensync.net> | 2018-03-06 16:12:02 -0500 |
---|---|---|
committer | Ted Hess <thess@kitschensync.net> | 2018-03-06 16:12:02 -0500 |
commit | cba7023cf228bd48c3077cddaf7a976789491e5d (patch) | |
tree | 027ef5e3817df1550c2fb7b8d5c29fb8fdd77699 /libs/libsoxr/Makefile | |
parent | 41421d92b0d57b799e59a090fdb060263a85e895 (diff) |
libsoxr: Update to version 0.1.3. Use SF package download
Signed-off-by: Ted Hess <thess@kitschensync.net>
Diffstat (limited to 'libs/libsoxr/Makefile')
-rw-r--r-- | libs/libsoxr/Makefile | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/libs/libsoxr/Makefile b/libs/libsoxr/Makefile index cf37e30d3..b0fd35047 100644 --- a/libs/libsoxr/Makefile +++ b/libs/libsoxr/Makefile @@ -1,6 +1,4 @@ # -# Copyright (C) 2014-2016 OpenWrt.org -# # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # updated to work with latest source from abrasive @@ -9,15 +7,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libsoxr -PKG_VERSION:=0.1.1 -PKG_RELEASE:=3 +PKG_VERSION:=0.1.3 +PKG_RELEASE:=1 -PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=git://git.code.sf.net/p/soxr/code -PKG_SOURCE_VERSION:=$(PKG_VERSION) -PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz -PKG_MIRROR_HASH:=939259d5c02bbe55cf8329e7bd05ce4d660e37d5c97fcbb0fdeef04f11a63e7f +PKG_SOURCE_URL:=@SF/project/soxr/ +PKG_SOURCE:=soxr-$(PKG_VERSION)-Source.tar.xz +PKG_HASH:=b111c15fdc8c029989330ff559184198c161100a59312f5dc19ddeb9b5a15889 +PKG_BUILD_DIR:=$(BUILD_DIR)/soxr-$(PKG_VERSION)-Source PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>, \ Mike Brady <mikebrady@eircom.net> |