Bump version numbers for some packages.

This commit is contained in:
Simon Howard 2023-05-14 13:03:09 -04:00
parent 0761e3ad85
commit 3d7bdd2098
7 changed files with 17 additions and 17 deletions

View file

@ -1,5 +1,5 @@
description "Scripts for generating configure scripts"
check_tool autoconf
fetch_download https://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz \
954bd69b391edc12d6a4a51a2dd1476543da5c6bbf05a95b59dc0dd6fd4c2969
fetch_download https://ftp.gnu.org/gnu/autoconf/autoconf-2.71.tar.gz \
431075ad0bf529ef13cb41e9042c542381103e80015686222b8a9d4abef42a1c
build_autotools

View file

@ -1,6 +1,6 @@
description "Scripts for generating Makefile.in files"
dependencies autoconf libtool
check_tool automake
fetch_download https://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz \
7946e945a96e28152ba5a6beb0625ca715c6e32ac55f2e353ef54def0c8ed924
fetch_download https://ftp.gnu.org/gnu/automake/automake-1.16.tar.gz \
80da43bb5665596ee389e6d8b64b4f122ea4b92a685b1dbd813cd1f0e0c2d83f
build_autotools

View file

@ -1,9 +1,9 @@
description "Foreign function interface library"
check_pkgconfig libffi
variant stable fetch_download \
https://www.mirrorservice.org/sites/sourceware.org/pub/libffi/libffi-3.2.tar.gz \
6b2680fbf6ae9c2381d381248705857de22e05bae191889298f8e6bfb2ded4ef
https://www.mirrorservice.org/sites/sourceware.org/pub/libffi/libffi-3.4.3.tar.gz \
4416dd92b6ae8fcb5b10421e711c4d3cb31203d77521a77d85d0102311e6c3b8
GIT_URL=https://github.com/libffi/libffi.git
variant stable_git fetch_git $GIT_URL v3.2
variant stable_git fetch_git $GIT_URL v3.4.3
variant latest fetch_git $GIT_URL master
build_autotools

View file

@ -1,7 +1,7 @@
description "Fast console MPEG Audio Player and decoder library"
check_library mpg123
variant stable fetch_download \
https://www.mpg123.de/download/mpg123-1.26.3.tar.bz2 \
30c998785a898f2846deefc4d17d6e4683a5a550b7eacf6ea506e30a7a736c6e
https://www.mpg123.de/download/mpg123-1.31.3.tar.bz2 \
1ca77d3a69a5ff845b7a0536f783fee554e1041139a6b978f6afe14f5814ad1a
build_autotools

View file

@ -1,9 +1,9 @@
description "Library for reading .ogg container files"
check_pkgconfig ogg
variant stable fetch_download \
https://ftp.osuosl.org/pub/xiph/releases/ogg/libogg-1.3.2.tar.gz \
e19ee34711d7af328cb26287f4137e70630e7261b17cbe3cd41011d73a654692
https://ftp.osuosl.org/pub/xiph/releases/ogg/libogg-1.3.4.tar.gz \
fe5670640bd49e828d64d2879c31cb4dde9758681bb664f9bdbf159a01b0c76e
GIT_URL=https://github.com/xiph/ogg.git
variant stable_git fetch_git $GIT_URL v1.3.2
variant stable_git fetch_git $GIT_URL v1.3.4
variant latest fetch_git $GIT_URL master
build_autotools

View file

@ -1,8 +1,8 @@
description "Library for high quality audio resampling"
check_pkgconfig samplerate
variant stable fetch_download \
http://www.mega-nerd.com/SRC/libsamplerate-0.1.8.tar.gz \
93b54bdf46d5e6d2354b7034395fe329c222a966790de34520702bb9642f1c06
http://www.mega-nerd.com/SRC/libsamplerate-0.1.9.tar.gz \
0a7eb168e2f21353fb6d84da152e4512126f7dc48ccb0be80578c565413444c1
GIT_URL=https://github.com/libsndfile/libsamplerate.git
variant stable_git fetch_git $GIT_URL 0.1.9
variant latest fetch_git $GIT_URL master

View file

@ -1,9 +1,9 @@
description "Library for compressing/decompressing GZIP files"
check_pkgconfig zlib
variant stable fetch_download http://www.zlib.net/fossils/zlib-1.2.11.tar.gz \
c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1
variant stable fetch_download http://www.zlib.net/fossils/zlib-1.2.13.tar.gz \
b3a24de97a8fdbc835b9833169501030b8977031bcb54b3b3ac13740f846ab30
GIT_URL=https://github.com/madler/zlib.git
variant stable_git fetch_git $GIT_URL v1.2.11
variant stable_git fetch_git $GIT_URL v1.2.13
variant latest fetch_git $GIT_URL master
build_autotools