diff options
author | Geod24 <pro.mathias.lang@gmail.com> | 2020-03-08 16:16:01 +0900 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2020-03-08 12:48:41 +0100 |
commit | 908a64817833405bd033d4824b12d49a435bf65e (patch) | |
tree | 28d24dc827d6472e098455df320029c756330579 | |
parent | e2d9123955a905fe7c3f4a2abb4e697fead83268 (diff) | |
download | aports-908a64817833405bd033d4824b12d49a435bf65e.tar.bz2 aports-908a64817833405bd033d4824b12d49a435bf65e.tar.xz |
community/ldc: upgrade to 1.20.1
-rw-r--r-- | community/ldc/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/ldc/APKBUILD b/community/ldc/APKBUILD index d1008d7e3d..2fd36b6d2d 100644 --- a/community/ldc/APKBUILD +++ b/community/ldc/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Mathias LANG <pro.mathias.lang@gmail.com> # Maintainer: Mathias LANG <pro.mathias.lang@gmail.com> pkgname=ldc -pkgver=1.20.0 -pkgrel=1 +pkgver=1.20.1 +pkgrel=0 pkgdesc="The LLVM-based D Compiler" url="https://github.com/ldc-developers/ldc" # LDC does not support host compiling on most of the architecture Alpine supports @@ -95,5 +95,5 @@ static() { mv "$pkgdir"/usr/lib/*.a "$subpkgdir/usr/lib/" } -sha512sums="6a94400a9f28bc5fe0d12d5ab5aa188eb84d929c61ee79f3d87e9719f4e72cc1b658c4290d30e038ee6f741ca55f81007965102b0c591d75234aa4ea57d6f21f ldc-1.20.0-src.tar.gz +sha512sums="bb699999a69de1773a10998c653b5a1b0bce30e39cfcee0e19b036378b28519b3118ac369b341cfd305a8a9bd904564ffffe83f720a62ab4f2c1942c2e26bb53 ldc-1.20.1-src.tar.gz eb86e4be0ecf72aaabbd5608c8056bb9cede035895e766330b6d14f14c06dc513fcecc1b6e56ab6fc9fc26c220a689cc8b1394a30a319189c414f1e067c1d983 01-conf.patch" |