logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: b2886c9915a9c65167dae6fe875e14e9763bb9b3
parent 9ebbb7629b2cbd192bc95ca635cd5b87e3e6132c
Author: Michael Forney <mforney@mforney.org>
Date:   Thu,  1 Nov 2018 23:08:30 -0700

alsa-utils: Update to 1.1.7

Diffstat:

Mpkg/alsa-utils/aconfig.h6+++---
Mpkg/alsa-utils/rev2+-
Mpkg/alsa-utils/version.h4++--
3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pkg/alsa-utils/aconfig.h b/pkg/alsa-utils/aconfig.h @@ -38,14 +38,14 @@ #define PACKAGE "alsa-utils" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "alsa-utils" -#define PACKAGE_STRING "alsa-utils 1.1.6" +#define PACKAGE_STRING "alsa-utils 1.1.7" #define PACKAGE_TARNAME "alsa-utils" #define PACKAGE_URL "" -#define PACKAGE_VERSION "1.1.6" +#define PACKAGE_VERSION "1.1.7" #define SOUNDSDIR "/share/sounds/alsa" #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 -#define VERSION "1.1.6" +#define VERSION "1.1.7" #ifndef _DARWIN_USE_64_BIT_INODE # define _DARWIN_USE_64_BIT_INODE 1 #endif diff --git a/pkg/alsa-utils/rev b/pkg/alsa-utils/rev @@ -1 +1 @@ -6 +7 diff --git a/pkg/alsa-utils/version.h b/pkg/alsa-utils/version.h @@ -1,5 +1,5 @@ #define SND_UTIL_MAJOR 1 #define SND_UTIL_MINOR 1 -#define SND_UTIL_SUBMINOR 4 +#define SND_UTIL_SUBMINOR 7 #define SND_UTIL_VERSION ((SND_UTIL_MAJOR<<16)|(SND_UTIL_MINOR<<8)|SND_UTIL_SUBMINOR) -#define SND_UTIL_VERSION_STR "1.1.4" +#define SND_UTIL_VERSION_STR "1.1.7"