libcanberra-32: use http and not https for source, web server is broken configuration and downloads the index html file as the archive name

This commit is contained in:
Danny Rawlins 2020-06-16 22:01:21 +10:00
parent 9827ff38e9
commit dd8d7bb831
2 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/compat-32.pub
RWSwxGo/zH7eXS0uUlw+oY3NDzu2XgsUI2VuJsAQ7Vxk+6faaxu2gK8DTVs/LuqK2JhdPRI0bPpQ+iYF/ml+McL4ckXXE8V63Ak=
SHA256 (Pkgfile) = d6e4f548ffc085e6b35176747e31a0cd77c3402344cbdf291b31d88debf9d699
RWSwxGo/zH7eXWG62tpbltErVBMNlxu75fdHFTPW6zKbU+v1AsT5XXc4Su5mtsnvYLYKjfA9ImyjNvkyuq7Yo6+z4AMLZIGMeQk=
SHA256 (Pkgfile) = b74ade5f1ff93644f25738cf66a8c54708e9718cc2af8ec357e4f407a9b48063
SHA256 (.footprint) = 4c240323b3c234ceeee69a6b29384fcf0b561d15798590a3de53c9aa7bbee14d
SHA256 (libcanberra-0.30.tar.xz) = c2b671e67e0c288a69fc33dc1b6f1b534d07882c2aceed37004bf48c601afa72
SHA256 (libcanberra-broadway-fix.patch) = 5c07bf6a7199d992e6f797de157bf4368391e597ab7a332da401269a8d8dd12b

View File

@ -7,7 +7,10 @@
name=libcanberra-32
version=0.30
release=1
source=(https://0pointer.de/lennart/projects/libcanberra/libcanberra-$version.tar.xz
source=(
# https broken, cert is ok server does not dish out file over https
#https://0pointer.de/lennart/projects/libcanberra/libcanberra-$version.tar.xz
http://0pointer.de/lennart/projects/libcanberra/libcanberra-$version.tar.xz
libcanberra-broadway-fix.patch
libcanberra-multi-backend.patch)