spandsp: fix distfile url

The http link will not download.
This commit is contained in:
q66 2019-01-27 03:53:11 +01:00 committed by maxice8
parent 95e82fc7d1
commit 3b325f4f65
1 changed files with 3 additions and 3 deletions

View File

@ -1,14 +1,14 @@
# Template file for 'spandsp' # Template file for 'spandsp'
pkgname=spandsp pkgname=spandsp
version=0.0.6 version=0.0.6
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
makedepends="tiff-devel" makedepends="tiff-devel"
short_desc="A library of many DSP functions for telephony" short_desc="A library of many DSP functions for telephony"
maintainer="JohnZ <johnz@posteo.net>" maintainer="JohnZ <johnz@posteo.net>"
license="LGPL-2.1-only, GPL-2.0-only" license="LGPL-2.1-only, GPL-2.0-only"
homepage="http://www.soft-switch.org/" homepage="https://www.soft-switch.org/"
distfiles="http://www.soft-switch.org/downloads/${pkgname}/${pkgname}-${version}.tar.gz" distfiles="https://www.soft-switch.org/downloads/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=cc053ac67e8ac4bb992f258fd94f275a7872df959f6a87763965feabfdcc9465 checksum=cc053ac67e8ac4bb992f258fd94f275a7872df959f6a87763965feabfdcc9465
spandsp-devel_package() { spandsp-devel_package() {