From f7d31ced17f343fbae60790ec278e7fffa6c75b1 Mon Sep 17 00:00:00 2001 From: Mukul Joshi Date: Fri, 3 May 2024 03:49:55 +0530 Subject: [PATCH 1/3] dub: update to 1.37.0 --- srcpkgs/dub/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/dub/template b/srcpkgs/dub/template index f80d21bb90a20f..6527809bfcdd6d 100644 --- a/srcpkgs/dub/template +++ b/srcpkgs/dub/template @@ -1,6 +1,6 @@ # Template file for 'dub' pkgname=dub -version=1.27.0 +version=1.37.0 revision=1 hostmakedepends="dmd dtools" makedepends="libcurl-devel" @@ -10,7 +10,7 @@ maintainer="Follpvosten " license="MIT" homepage="https://github.com/dlang/dub" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=fb800f3355f167ac7f997f77e31e331db9d33477779fdaaf2851b3abcecc801a +checksum=8e8c5c841a43cb75af9828c3155a7e1ef90319177a66cebf9c94b33792cf8491 nocross="requires dmd" do_build() { From c4b4948b29ba218afc3365d3d071c41a46620a24 Mon Sep 17 00:00:00 2001 From: Mukul Joshi Date: Fri, 3 May 2024 04:05:44 +0530 Subject: [PATCH 2/3] dmd: update to 2.108.0 --- srcpkgs/dmd/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/dmd/template b/srcpkgs/dmd/template index fc75ca12b918a2..49b95a007cec56 100644 --- a/srcpkgs/dmd/template +++ b/srcpkgs/dmd/template @@ -1,6 +1,6 @@ # Template file for 'dmd' pkgname=dmd -version=2.101.1 +version=2.108.0 revision=1 create_wrksrc=yes hostmakedepends="dmd2.091 which" @@ -14,9 +14,9 @@ distfiles=" https://github.com/dlang/dmd/archive/refs/tags/v${version}.tar.gz>dmd-${version}.tar.gz https://github.com/dlang/phobos/archive/v${version}.tar.gz>phobos-${version}.tar.gz http://downloads.dlang.org/releases/2.x/${version}/dmd.${version}.linux.tar.xz" -checksum="e369396dbbe4eec9311122fa24c975688b209a000bf2062a9f86b49ab2e4a7b0 - 8a275b3f46d921be87744ec80d3094421a979d6f607dbd43e88e251bbb3f503a - 58333e57ed3812077dc2f8cc8759998b3b59c9ea3dbe01571eab4b2944a84bfe" +checksum="35cd47ead6737615a4b5c82dd80ea4b5f84cf231a10bf1c3487f4527adc89424 + 804021ee34612836500dfe93992673bb430fba5caec95075108908f2f0f6a2d3 + 6ae2248e7256526d739531ac7f6c0b0feb6521784bed483ce05612c0a5705624" conf_files="/etc/dmd.conf" provides="d-compiler-${version}_${revision}" conflicts="dmd-bootstrap dmd2.081 dmd2.091" From ba983d153c8b9318dbc7307a7e16025db93b6e51 Mon Sep 17 00:00:00 2001 From: Mukul Joshi Date: Fri, 3 May 2024 04:09:24 +0530 Subject: [PATCH 3/3] dtools: update to 2.108.0 --- srcpkgs/dtools/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/dtools/template b/srcpkgs/dtools/template index f8bc5b41e19a31..ab5bb3e2d44c45 100644 --- a/srcpkgs/dtools/template +++ b/srcpkgs/dtools/template @@ -1,7 +1,7 @@ # Template file for 'dtools' pkgname=dtools # keep this synchronized with libphobos and dmd -version=2.101.1 +version=2.108.0 revision=1 hostmakedepends="dmd" makedepends="libcurl-devel" @@ -11,7 +11,7 @@ maintainer="Auri " license="BSL-1.0" homepage="http://www.digitalmars.com/d/2.0/" distfiles="https://github.com/dlang/tools/archive/v${version}.tar.gz" -checksum=0e6892084f95f87fa330579a1f6131dec8cfa8e254aabb3cb73a5bf2a673d2ac +checksum=a9c02379bf4e9f2573ac8cd26b2233c7640e24c6a9b18bf164ef2c7dd8b480c2 do_build() { # rdmd can't be built normally, is used to build others