diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/l/libsecret/slack-desc | 4 | ||||
-rwxr-xr-x | source/n/alpine/alpine.SlackBuild | 2 | ||||
-rwxr-xr-x | source/n/php/php.SlackBuild | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/source/l/libsecret/slack-desc b/source/l/libsecret/slack-desc index 19d21fb7..a1a7e615 100644 --- a/source/l/libsecret/slack-desc +++ b/source/l/libsecret/slack-desc @@ -8,8 +8,8 @@ |-----handy-ruler------------------------------------------------------| libsecret: libsecret (library to access the Secret Service API) libsecret: -libsecret: libsecret is a GObject based library for accessing the -libsecret: Secret Service API. +libsecret: libsecret is a GObject based library for accessing the Secret Service +libsecret: API. libsecret: libsecret: libsecret: diff --git a/source/n/alpine/alpine.SlackBuild b/source/n/alpine/alpine.SlackBuild index a42ff4ad..ea5706e2 100755 --- a/source/n/alpine/alpine.SlackBuild +++ b/source/n/alpine/alpine.SlackBuild @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=alpine -VERSION=${VERSION:-2.23.2} +VERSION=${VERSION:-2.24} ALPINEBUILD=${ALPINEBUILD:-1} IMAPDBUILD=${IMAPDBUILD:-1} PINEPGP=${PINEPGP:-0.18.0} diff --git a/source/n/php/php.SlackBuild b/source/n/php/php.SlackBuild index 2e00ce2e..a670e9ff 100755 --- a/source/n/php/php.SlackBuild +++ b/source/n/php/php.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=php VERSION=${VERSION:-$(echo php-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -ALPINE=2.23.2 +ALPINE=2.24 BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: |