From 6a46f973f49d0de29d59811bc432e217ad505e2b Mon Sep 17 00:00:00 2001 From: Sasha Gerrand Date: Mon, 13 Feb 2017 15:42:22 +0000 Subject: [PATCH] :wrench: Bump package release version to v4 --- APKBUILD | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/APKBUILD b/APKBUILD index c1d4b4f..62352b2 100644 --- a/APKBUILD +++ b/APKBUILD @@ -3,7 +3,7 @@ pkgname="glibc" pkgver="2.23" _pkgrel="0" -pkgrel="3" +pkgrel="4" pkgdesc="GNU C Library compatibility layer" arch="x86_64" url="https://github.com/sgerrand/alpine-pkg-glibc" diff --git a/README.md b/README.md index 7c19635..c54d706 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,12 @@ The current installation method for these packages is to pull them in using `wge apk --no-cache add ca-certificates wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://raw.githubusercontent.com/sgerrand/alpine-pkg-glibc/master/sgerrand.rsa.pub - wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.23-r3/glibc-2.23-r3.apk - apk add glibc-2.23-r3.apk + wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.23-r4/glibc-2.23-r4.apk + apk add glibc-2.23-r4.apk ## Locales You will need to generate your locale if you would like to use a specific one for your glibc application. You can do this by installing the `glibc-i18n` package and generating a locale using the `localedef` binary. An example for en_US.UTF-8 would be: - apk add glibc-bin-2.23-r3.apk glibc-i18n-2.23-r3.apk + apk add glibc-bin-2.23-r4.apk glibc-i18n-2.23-r4.apk /usr/glibc-compat/bin/localedef -i en_US -f UTF-8 en_US.UTF-8