summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorA. Wilcox <awilcox@wilcox-tech.com>2019-04-18 05:10:22 +0000
committerA. Wilcox <awilcox@wilcox-tech.com>2019-04-18 05:10:22 +0000
commit44363b00218c5a8e47b98d35ad29ab4a5d83b2ba (patch)
treec2c0381640649ff7d66f578257246b210bc1e035 /system
parentc800e3f92a52af93e323151b4ae454b073058851 (diff)
parent26a0e81753384b6ff0f4b3135525e05895a51289 (diff)
downloadpackages-44363b00218c5a8e47b98d35ad29ab4a5d83b2ba.tar.gz
packages-44363b00218c5a8e47b98d35ad29ab4a5d83b2ba.tar.bz2
packages-44363b00218c5a8e47b98d35ad29ab4a5d83b2ba.tar.xz
packages-44363b00218c5a8e47b98d35ad29ab4a5d83b2ba.zip
Merge branch 'master' into 'master'
system/bc: update to 1.2.6 This release removes a rare and subtle use-after-free bug. It also adds some locales and removes the use of `local` from all shell scripts. I did not know that `local` was not in POSIX. See merge request !217
Diffstat (limited to 'system')
-rw-r--r--system/bc/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/bc/APKBUILD b/system/bc/APKBUILD
index 0109fab0e..6ba4d24ea 100644
--- a/system/bc/APKBUILD
+++ b/system/bc/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=bc
-pkgver=1.2.3
+pkgver=1.2.6
pkgrel=0
pkgdesc="An arbitrary precision numeric processing language (calculator)"
url="https://github.com/gavinhoward/bc"
@@ -26,4 +26,4 @@ package() {
make install
}
-sha512sums="5277177a0627b00d8022f37060f6496312ae0f25e41521b5d7276c0e177f1ee7605f148b0bdee1f526fbc5d00e36a2c1ecbf4f808978e6f55e2745f327bd3bdd bc-1.2.3.tar.xz"
+sha512sums="c8ff2ac542413bf594a00ea9a8a9e4cd24e48081839a4e11546a08551a73b4f460391edf7f3aa3f5143db5c4e7bc1448ff7cd1104599cfa2fb44fba79c5b24fc bc-1.2.6.tar.xz"