spandsp: fix distfile url
The http link will not download.
This commit is contained in:
parent
95e82fc7d1
commit
3b325f4f65
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'spandsp'
|
||||
pkgname=spandsp
|
||||
version=0.0.6
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
makedepends="tiff-devel"
|
||||
short_desc="A library of many DSP functions for telephony"
|
||||
maintainer="JohnZ <johnz@posteo.net>"
|
||||
license="LGPL-2.1-only, GPL-2.0-only"
|
||||
homepage="http://www.soft-switch.org/"
|
||||
distfiles="http://www.soft-switch.org/downloads/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
homepage="https://www.soft-switch.org/"
|
||||
distfiles="https://www.soft-switch.org/downloads/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=cc053ac67e8ac4bb992f258fd94f275a7872df959f6a87763965feabfdcc9465
|
||||
|
||||
spandsp-devel_package() {
|
||||
|
|
Loading…
Reference in New Issue