summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/bc/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/system/bc/APKBUILD b/system/bc/APKBUILD
index 621ec8bfc..eb224a9a3 100644
--- a/system/bc/APKBUILD
+++ b/system/bc/APKBUILD
@@ -1,16 +1,16 @@
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=bc
-pkgver=7.0.0
+pkgver=7.0.3
pkgrel=0
pkgdesc="An arbitrary precision numeric processing language (calculator)"
-url="https://git.gavinhoward.com/gavin/bc"
+url="https://github.com/gavinhoward/bc"
arch="all"
license="BSD-2-Clause"
depends=""
makedepends=""
subpackages="$pkgname-doc"
-source="https://git.gavinhoward.com/gavin/bc/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
+source="https://github.com/gavinhoward/bc/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
build() {
PREFIX="/usr" DESTDIR="$pkgdir" ./configure.sh -g -G -O3
@@ -25,4 +25,4 @@ package() {
make install
}
-sha512sums="ef89525eea8773dddb7efd3dd33f589de287ac807b772480e884bd666f29b2b0b362c999029cc6d82733f830195ca3f6fd867f15190fbcbf807ddbc4b24abb65 bc-7.0.0.tar.xz"
+sha512sums="40bd059eda5df30fe41a4683a51727af7c9d0df48eb795c3c0afff0740cb4b4e719a6135203ebacb27617d9721a78c24f3ec3107c676aafa2808f73313084cd7 bc-7.0.3.tar.xz"