extra/dtools to 2.108.1-1

This commit is contained in:
Kevin Mihelich 2024-05-10 00:10:04 +00:00
parent 5bbc62ea2b
commit 3d447600d5
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = dtools
pkgdesc = Ancilliary tools for the D programming language
pkgver = 2.108.0
pkgver = 2.108.1
pkgrel = 1
url = https://www.dlang.org
arch = x86_64
@ -15,7 +15,7 @@ pkgbase = dtools
conflicts = ddemangle
conflicts = dustmite
conflicts = rdmd
source = dtools-2.108.0.tar.gz::https://github.com/dlang/tools/archive/v2.108.0.tar.gz
sha512sums = e962a3cebcbe7143fc558a4609f02e59c23b10be15eb1a65147bc49b54ed0b4eb8e3d040045cf9522536a7b016cffb18d66d6db9e26d619c19a2585e0917536a
source = dtools-2.108.1.tar.gz::https://github.com/dlang/tools/archive/v2.108.1.tar.gz
sha512sums = 97642024a5fa99e9f44cabd07ef34525a2d885a94e6fbe9b4a1a54a6f09e4b79b7c1390a81d20bf32b6192d61b8541ed0511bb6ed323fd6dec6a3a89c458406c
pkgname = dtools

View file

@ -9,7 +9,7 @@
# - use ldmd in build() (ldmd is LDC's DMD-compatible entry point)
pkgname=dtools
pkgver=2.108.0
pkgver=2.108.1
pkgrel=1
pkgdesc='Ancilliary tools for the D programming language'
license=('BSL-1.0')
@ -21,7 +21,7 @@ provides=('ddemangle' 'dustmite' 'rdmd')
conflicts=('ddemangle' 'dustmite' 'rdmd')
depends=('curl' 'liblphobos')
source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/tools/archive/v$pkgver.tar.gz")
sha512sums=('e962a3cebcbe7143fc558a4609f02e59c23b10be15eb1a65147bc49b54ed0b4eb8e3d040045cf9522536a7b016cffb18d66d6db9e26d619c19a2585e0917536a')
sha512sums=('97642024a5fa99e9f44cabd07ef34525a2d885a94e6fbe9b4a1a54a6f09e4b79b7c1390a81d20bf32b6192d61b8541ed0511bb6ed323fd6dec6a3a89c458406c')
build() {
DMD=ldmd