Skip to content

Commit

Permalink
downgrade ALSA to previous version
Browse files Browse the repository at this point in the history
  • Loading branch information
duhow committed Jan 13, 2024
1 parent 4ef843c commit ecfd768
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/alsa-firmware/package.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME="Advanced Linux Sound Architecture - firmware"
PACKAGE_VERSION="1.2.7"
PACKAGE_VERSION="1.2.4"
PACKAGE_SRC="https://www.alsa-project.org/files/pub/firmware/alsa-firmware-${PACKAGE_VERSION}.tar.bz2"

configure_package() {
Expand Down
2 changes: 1 addition & 1 deletion packages/alsa-lib/package.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME="Advanced Linux Sound Architecture"
PACKAGE_VERSION="1.2.7"
PACKAGE_VERSION="1.2.4"
PACKAGE_SRC="https://www.alsa-project.org/files/pub/lib/alsa-lib-${PACKAGE_VERSION}.tar.bz2"

configure_package() {
Expand Down
2 changes: 1 addition & 1 deletion packages/alsa-plugins/package.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME="Advanced Linux Sound Architecture - Plugins"
PACKAGE_VERSION="1.2.7.1"
PACKAGE_VERSION="1.2.2"
PACKAGE_SRC="https://www.alsa-project.org/files/pub/plugins/alsa-plugins-${PACKAGE_VERSION}.tar.bz2"
PACKAGE_DEPENDS="alsa-lib"

Expand Down
2 changes: 1 addition & 1 deletion packages/alsa-utils/package.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME="Advanced Linux Sound Architecture - Utils"
PACKAGE_VERSION="1.2.7"
PACKAGE_VERSION="1.2.4"
PACKAGE_SRC="https://www.alsa-project.org/files/pub/utils/alsa-utils-${PACKAGE_VERSION}.tar.bz2"
PACKAGE_DEPENDS="ncurses"

Expand Down
2 changes: 1 addition & 1 deletion packages/alsa/package.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PACKAGE_NAME="Advanced Linux Sound Architecture"
PACKAGE_VERSION="1.2.7"
PACKAGE_VERSION="1.2.4"
PACKAGE_DEPENDS="glibc gcc alsa-lib alsa-utils alsa-plugins"

0 comments on commit ecfd768

Please sign in to comment.