Skip to content

Commit

Permalink
update more packages
Browse files Browse the repository at this point in the history
  • Loading branch information
duhow committed Jan 5, 2024
1 parent 9b74eb3 commit 610bcfc
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/bluez/package.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME="Bluetooth Linux"
PACKAGE_VERSION="5.66"
PACKAGE_VERSION="5.71"
PACKAGE_SRC="https://cdn.kernel.org/pub/linux/bluetooth/bluez-${PACKAGE_VERSION}.tar.xz"
PACKAGE_DEPENDS="kernel-headers glibc alsa-lib dbus sbc glib libical readline json-c"

Expand Down
2 changes: 1 addition & 1 deletion packages/boost/package.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME="Boost C++ libraries"
PACKAGE_VERSION="1.76.0"
PACKAGE_VERSION="1.84.0"
PACKAGE_SRC="https://boostorg.jfrog.io/artifactory/main/release/${PACKAGE_VERSION}/source/boost_${PACKAGE_VERSION//./_}.tar.gz"

configure_package() {
Expand Down
2 changes: 1 addition & 1 deletion packages/libnpupnp/package.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME="libnpupnp"
PACKAGE_VERSION="4.1.4"
PACKAGE_VERSION="6.0.1"
PACKAGE_SRC="https://www.lesbonscomptes.com/upmpdcli/downloads/libnpupnp-${PACKAGE_VERSION}.tar.gz"
PACKAGE_DEPENDS="glibc curl libmicrohttpd expat"

Expand Down
2 changes: 1 addition & 1 deletion packages/libplist/package.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME="libplist"
PACKAGE_VERSION="2.3.0"
PACKAGE_VERSION="2.2.0"
# required to satisfy versioning error:
# configure: error: PACKAGE_VERSION is not defined. Make sure to configure a source tree checked out from git or that .tarball-version is present.
PACKAGE_SRC="https://github.com/libimobiledevice/libplist/releases/download/${PACKAGE_VERSION}/libplist-${PACKAGE_VERSION}.tar.bz2"
Expand Down
2 changes: 1 addition & 1 deletion packages/libupnpp/package.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME="libupnpp"
PACKAGE_VERSION="0.21.0"
PACKAGE_VERSION="0.25.0"
PACKAGE_SRC="https://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-${PACKAGE_VERSION}.tar.gz"
PACKAGE_DEPENDS="glibc libupnp libnpupnp curl expat"

Expand Down
2 changes: 1 addition & 1 deletion packages/shairport-sync/package.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME="shairport-sync"
PACKAGE_VERSION="4.2"
PACKAGE_VERSION="4.3.2"
PACKAGE_SRC="https://github.com/mikebrady/shairport-sync/archive/${PACKAGE_VERSION}.tar.gz"
PACKAGE_DEPENDS="glibc openssl avahi alsa-lib popt libconfig soxr alac"

Expand Down
2 changes: 1 addition & 1 deletion packages/snapcast/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PACKAGE_NAME="Snapcast"
PACKAGE_VERSION="0.25.0"
PACKAGE_SRC="https://github.com/badaix/snapcast/archive/v${PACKAGE_VERSION}.tar.gz"
PACKAGE_DEPENDS="alsa libvorbis opus flac soxr avahi expat"
BOOST_VERSION="1.76.0"
BOOST_VERSION="1.84.0"
BOOST="boost_${BOOST_VERSION//./_}"
BUILD_TARGETS="server client"

Expand Down
6 changes: 3 additions & 3 deletions packages/upmpdcli/package.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PACKAGE_NAME="upmpdcli"
PACKAGE_VERSION="1.7.7"
#PACKAGE_SRC="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${PACKAGE_VERSION}.tar.gz"
PACKAGE_SRC="https://framagit.org/medoc92/upmpdcli/-/archive/upmpdcli-v${PACKAGE_VERSION}/upmpdcli-upmpdcli-v${PACKAGE_VERSION}.tar.gz"
PACKAGE_VERSION="1.8.6"
PACKAGE_SRC="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${PACKAGE_VERSION}.tar.gz"
#PACKAGE_SRC="https://framagit.org/medoc92/upmpdcli/-/archive/upmpdcli-v${PACKAGE_VERSION}/upmpdcli-upmpdcli-v${PACKAGE_VERSION}.tar.gz"
PACKAGE_DEPENDS="libmpdclient libmicrohttpd jsoncpp libnpupnp libupnpp" # sc2mpd

preconfigure_package() {
Expand Down

0 comments on commit 610bcfc

Please sign in to comment.