summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2022-03-17 22:01:24 -0700
committerLlewelyn Trahaearn2022-03-17 22:01:24 -0700
commit656cc4e7a1596207964cdbae097df40b979f110b (patch)
tree11b14ef5d0e24eb111e53c70b000ccc5886db7d5
parentcb53caee330ebee66539fb97338003ad4c0129aa (diff)
downloadaur-656cc4e7a1596207964cdbae097df40b979f110b.tar.gz
Bump to 1.28.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66ebb082936c..7d9789bbb7f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-liblphobos
pkgdesc = Runtime and Phobos library for the LLVM based D compiler. (32-bit)
- pkgver = 1.27.1
+ pkgver = 1.28.1
pkgrel = 1
url = https://github.com/ldc-developers/ldc
arch = x86_64
@@ -18,8 +18,8 @@ pkgbase = lib32-liblphobos
provides = d-runtime
provides = d-stdlib
replaces = lib32-liblphobos-devel
- source = https://github.com/ldc-developers/ldc/releases/download/v1.27.1/ldc-1.27.1-src.tar.gz
- sha256sums = 93c8f500b39823dcdabbd73e1bcb487a1b93cb9a60144b0de1c81ab50200e59c
+ source = https://github.com/ldc-developers/ldc/releases/download/v1.28.1/ldc-1.28.1-src.tar.gz
+ sha256sums = 654958bca5378cd97819f2ef61d3f220aa652a9d2b5ff41d6f2109302ae6eb94
pkgname = lib32-liblphobos
diff --git a/PKGBUILD b/PKGBUILD
index 0576990dc42b..80914b762e2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Sven-Hendrik Haase <sh [at] lutzhaase [dot] com>
pkgname=lib32-liblphobos
-pkgver=1.27.1
+pkgver=1.28.1
pkgrel=1
pkgdesc="Runtime and Phobos library for the LLVM based D compiler. (32-bit)"
arch=('x86_64')
@@ -15,7 +15,7 @@ makedepends=('cmake' 'git' 'llvm' 'libconfig' 'ninja')
provides=("d-runtime" "d-stdlib")
replaces=("lib32-liblphobos-devel")
source=("${url}/releases/download/v${pkgver}/ldc-${pkgver}-src.tar.gz")
-sha256sums=('93c8f500b39823dcdabbd73e1bcb487a1b93cb9a60144b0de1c81ab50200e59c')
+sha256sums=('654958bca5378cd97819f2ef61d3f220aa652a9d2b5ff41d6f2109302ae6eb94')
build() {
mkdir -p ldc-$pkgver-src/build