Github messages for voidlinux
 help / color / mirror / Atom feed
From: subnut <subnut@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] update dmd, dtools, dub
Date: Thu, 02 Mar 2023 20:53:12 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42550@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1232 bytes --]

There is a new pull request by subnut against master on the void-packages repository

https://github.com/subnut/void-packages dmd
https://github.com/void-linux/void-packages/pull/42550

update dmd, dtools, dub
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/42550.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-dmd-42550.patch --]
[-- Type: text/x-diff, Size: 3210 bytes --]

From d4fcbafcf8b8886889cfa9422844256e507ac228 Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Fri, 3 Mar 2023 01:20:41 +0530
Subject: [PATCH 1/2] dmd, dtools: update to 2.102.2

---
 srcpkgs/dmd/template    | 8 ++++----
 srcpkgs/dtools/template | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/dmd/template b/srcpkgs/dmd/template
index fc75ca12b918..5af286a90eb2 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.102.2
 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="98125e1ffddfa0490edeb6cf1d9bc7fade701f210182d2350b56bf8c10b890f2
+ e4fcc5b2eacb38a1921590865535cf93be6344ffe852ebb62f2426db8fae38e3
+ e2ea33ddcea97846c75059ee067bda94f77a88a8db84224cc41aae0280aa40f5"
 conf_files="/etc/dmd.conf"
 provides="d-compiler-${version}_${revision}"
 conflicts="dmd-bootstrap dmd2.081 dmd2.091"
diff --git a/srcpkgs/dtools/template b/srcpkgs/dtools/template
index f8bc5b41e19a..4c72bb4eec31 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.102.2
 revision=1
 hostmakedepends="dmd"
 makedepends="libcurl-devel"
@@ -11,7 +11,7 @@ maintainer="Auri <me@aurieh.me>"
 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=95935f1b887a5eec2353c03063b804de194a490473bcf3140b907a7152cd3cdb
 
 do_build() {
 	# rdmd can't be built normally, is used to build others

From 0234a0bdc2226d36414ee6a6b88b564a4e4acc93 Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Fri, 3 Mar 2023 01:22:04 +0530
Subject: [PATCH 2/2] dub: update to 1.31.1

---
 srcpkgs/dub/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/dub/template b/srcpkgs/dub/template
index f80d21bb90a2..c5d91b86a345 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.31.1
 revision=1
 hostmakedepends="dmd dtools"
 makedepends="libcurl-devel"
@@ -10,7 +10,7 @@ maintainer="Follpvosten <wolfi@karpador.xyz>"
 license="MIT"
 homepage="https://github.com/dlang/dub"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=fb800f3355f167ac7f997f77e31e331db9d33477779fdaaf2851b3abcecc801a
+checksum=dce1b3f7d21f6b111830d849e6f417853bab66d9036df212aec237c1f724bc4f
 nocross="requires dmd"
 
 do_build() {

             reply	other threads:[~2023-03-02 19:53 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-02 19:53 subnut [this message]
2023-03-03  4:42 ` oreo639
2023-03-03 12:33 ` [PR PATCH] [Updated] " subnut
2023-06-02  2:04 ` github-actions
2023-06-17  1:56 ` [PR PATCH] [Closed]: " github-actions
2024-05-03  7:43 [PR PATCH] update dmd,dtools,dub mukul1729

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42550@inbox.vuxu.org \
    --to=subnut@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).