From b2886c9915a9c65167dae6fe875e14e9763bb9b3 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Thu, 1 Nov 2018 23:08:30 -0700 Subject: alsa-utils: Update to 1.1.7 --- pkg/alsa-utils/aconfig.h | 6 +++--- pkg/alsa-utils/rev | 2 +- pkg/alsa-utils/src | 2 +- pkg/alsa-utils/version.h | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'pkg') diff --git a/pkg/alsa-utils/aconfig.h b/pkg/alsa-utils/aconfig.h index 02854afa..4643ffd7 100644 --- 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 index 1e8b3149..7f8f011e 100644 --- a/pkg/alsa-utils/rev +++ b/pkg/alsa-utils/rev @@ -1 +1 @@ -6 +7 diff --git a/pkg/alsa-utils/src b/pkg/alsa-utils/src index 9a6ab342..805d30b2 160000 --- a/pkg/alsa-utils/src +++ b/pkg/alsa-utils/src @@ -1 +1 @@ -Subproject commit 9a6ab342038855fa798a9df741b687997b1f5e68 +Subproject commit 805d30b260d0f7f7c4453ef09e11f2c3f1b548d5 diff --git a/pkg/alsa-utils/version.h b/pkg/alsa-utils/version.h index 88c65567..a6d06093 100644 --- 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" -- cgit v1.2.3