Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] crystal: update to 0.35.1
@ 2020-09-03 21:23 lun-4
  2021-01-27  1:03 ` [PR PATCH] [Updated] " lun-4
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: lun-4 @ 2020-09-03 21:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lun-4/void-packages crystal-update
https://github.com/void-linux/void-packages/pull/24648

crystal: update to 0.35.1
Tested locally on glibc x86_64 (`crystal` and `shards`).

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

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

From 9a37db74ab7a40d8d06570c2f305a745ec98248c Mon Sep 17 00:00:00 2001
From: Luna <git@l4.pm>
Date: Thu, 3 Sep 2020 17:50:58 -0300
Subject: [PATCH] crystal: update to 0.35.1

---
 srcpkgs/crystal/template | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/crystal/template b/srcpkgs/crystal/template
index d37fd8b2f19..79bfdd51a0d 100644
--- a/srcpkgs/crystal/template
+++ b/srcpkgs/crystal/template
@@ -1,11 +1,11 @@
 # Template file for 'crystal'
 pkgname=crystal
-version=0.34.0
-revision=2
+version=0.35.1
+revision=1
 archs="x86_64* i686* aarch64* arm*"
-_shardsversion=0.10.0
+_shardsversion=0.12.0
 _molinilloversion=0.1.0
-_bootstrapversion=0.34.0
+_bootstrapversion=0.35.1
 _bootstraprevision=1
 hostmakedepends="which tar git llvm10 pkg-config"
 makedepends="gc-devel libatomic_ops pcre-devel libevent-devel libyaml-devel
@@ -21,8 +21,8 @@ distfiles="
  https://github.com/crystal-lang/crystal/archive/${version}.tar.gz
  https://github.com/crystal-lang/shards/archive/v${_shardsversion}.tar.gz
  https://github.com/crystal-lang/crystal-molinillo/archive/v${_molinilloversion}.tar.gz"
-checksum="973293ffbcfa4fb073f6a2f833b0ce5b82b72f7899427f39d7e5610ffc9029c8
- 3aea420df959552d1866d473c878ab1ed0b58489c4c9881ef40a170cfb775459
+checksum="d324c79002b8a871997049e89cac3989fa48083e11bf9b8ec7fe2d1e94b35199
+ f6803ffb58b9dd5e78c3c3ec273941c0f6278d75427937aeb77e37244cd5cad9
  1ecc7a8bf52a3bfdc0134d4c58f1155ef204a22a3fed151ac2d4ba6a9e9e0a15"
 nocross="FIXME: someone needs to sort out the llvm --cxxflags for cross building"
 _crystalflags="--release --no-debug --progress"
@@ -35,11 +35,11 @@ if [ "$build_option_binary_bootstrap" ]; then
 	case "$XBPS_MACHINE" in
 	x86_64)
 		distfiles+=" https://github.com/crystal-lang/crystal/releases/download/${_bootstrapversion}/crystal-${_bootstrapversion}-${_bootstraprevision}-linux-x86_64.tar.gz"
-		checksum+=" 268ace9073ad073b56c07ac10e3f29927423a8b170d91420b0ca393fb02acfb1"
+		checksum+=" 6c3fd36073b32907301b0a9aeafd7c8d3e9b9ba6e424ae91ba0c5106dc23f7f9"
 		;;
 	i686)
 		distfiles+=" https://github.com/crystal-lang/crystal/releases/download/${_bootstrapversion}/crystal-${_bootstrapversion}-${_bootstraprevision}-linux-i686.tar.gz"
-		checksum+=" e8962c91b6b739ac9738e03b24de907d64930d6129fbe54f9c81e0e029378006"
+		checksum+=" 1bfcc0d03d0e44f86ed5d466295fe60fc035dc62099907b16e49cbc72980880d"
 		;;
 	*)
 		broken="cannot be built on $XBPS_MACHINE"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] crystal: update to 0.35.1
  2020-09-03 21:23 [PR PATCH] crystal: update to 0.35.1 lun-4
@ 2021-01-27  1:03 ` lun-4
  2021-03-29 17:41 ` crystal: update to 0.36.0 Chocimier
  2021-03-29 17:41 ` [PR PATCH] [Closed]: " Chocimier
  2 siblings, 0 replies; 4+ messages in thread
From: lun-4 @ 2021-01-27  1:03 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by lun-4 against master on the void-packages repository

https://github.com/lun-4/void-packages crystal-update
https://github.com/void-linux/void-packages/pull/24648

crystal: update to 0.35.1
Tested locally on glibc x86_64 (`crystal` and `shards`).

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

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

From be393c1769814120ba5232c6b796a54cea868c17 Mon Sep 17 00:00:00 2001
From: Luna <git@l4.pm>
Date: Thu, 3 Sep 2020 17:50:58 -0300
Subject: [PATCH] crystal: update to 0.36.0

---
 srcpkgs/crystal/template | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/crystal/template b/srcpkgs/crystal/template
index d37fd8b2f19..a7deca7cf51 100644
--- a/srcpkgs/crystal/template
+++ b/srcpkgs/crystal/template
@@ -1,11 +1,11 @@
 # Template file for 'crystal'
 pkgname=crystal
-version=0.34.0
-revision=2
+version=0.36.0
+revision=1
 archs="x86_64* i686* aarch64* arm*"
-_shardsversion=0.10.0
+_shardsversion=0.13.0
 _molinilloversion=0.1.0
-_bootstrapversion=0.34.0
+_bootstrapversion=0.36.0
 _bootstraprevision=1
 hostmakedepends="which tar git llvm10 pkg-config"
 makedepends="gc-devel libatomic_ops pcre-devel libevent-devel libyaml-devel
@@ -21,8 +21,8 @@ distfiles="
  https://github.com/crystal-lang/crystal/archive/${version}.tar.gz
  https://github.com/crystal-lang/shards/archive/v${_shardsversion}.tar.gz
  https://github.com/crystal-lang/crystal-molinillo/archive/v${_molinilloversion}.tar.gz"
-checksum="973293ffbcfa4fb073f6a2f833b0ce5b82b72f7899427f39d7e5610ffc9029c8
- 3aea420df959552d1866d473c878ab1ed0b58489c4c9881ef40a170cfb775459
+checksum="32ad927e78c4cc85e18136f70cfb9f1798edcc734de4d927b28f4de16c1456d3
+ 82a496aa450624afceab79bd9f7e6e1a43de41f61095512d08c3a3063c4da723
  1ecc7a8bf52a3bfdc0134d4c58f1155ef204a22a3fed151ac2d4ba6a9e9e0a15"
 nocross="FIXME: someone needs to sort out the llvm --cxxflags for cross building"
 _crystalflags="--release --no-debug --progress"
@@ -35,11 +35,11 @@ if [ "$build_option_binary_bootstrap" ]; then
 	case "$XBPS_MACHINE" in
 	x86_64)
 		distfiles+=" https://github.com/crystal-lang/crystal/releases/download/${_bootstrapversion}/crystal-${_bootstrapversion}-${_bootstraprevision}-linux-x86_64.tar.gz"
-		checksum+=" 268ace9073ad073b56c07ac10e3f29927423a8b170d91420b0ca393fb02acfb1"
+		checksum+=" 0d5eea55fd7e590a6afd2a6aecb1abf3b9caab2a8b1dea7d3cfdfe19714ed5c2"
 		;;
 	i686)
 		distfiles+=" https://github.com/crystal-lang/crystal/releases/download/${_bootstrapversion}/crystal-${_bootstrapversion}-${_bootstraprevision}-linux-i686.tar.gz"
-		checksum+=" e8962c91b6b739ac9738e03b24de907d64930d6129fbe54f9c81e0e029378006"
+		checksum+=" a87d7fc53ada13b3b0cb7ac41e57bb3eb73b140b6e143fc0966d964667bba0eb"
 		;;
 	*)
 		broken="cannot be built on $XBPS_MACHINE"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Closed]: crystal: update to 0.36.0
  2020-09-03 21:23 [PR PATCH] crystal: update to 0.35.1 lun-4
  2021-01-27  1:03 ` [PR PATCH] [Updated] " lun-4
  2021-03-29 17:41 ` crystal: update to 0.36.0 Chocimier
@ 2021-03-29 17:41 ` Chocimier
  2 siblings, 0 replies; 4+ messages in thread
From: Chocimier @ 2021-03-29 17:41 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

crystal: update to 0.36.0
https://github.com/void-linux/void-packages/pull/24648

Description:
Tested locally on glibc x86_64 (`crystal` and `shards`).

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: crystal: update to 0.36.0
  2020-09-03 21:23 [PR PATCH] crystal: update to 0.35.1 lun-4
  2021-01-27  1:03 ` [PR PATCH] [Updated] " lun-4
@ 2021-03-29 17:41 ` Chocimier
  2021-03-29 17:41 ` [PR PATCH] [Closed]: " Chocimier
  2 siblings, 0 replies; 4+ messages in thread
From: Chocimier @ 2021-03-29 17:41 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/24648#issuecomment-809576120

Comment:
Removed by now.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-03-29 17:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-03 21:23 [PR PATCH] crystal: update to 0.35.1 lun-4
2021-01-27  1:03 ` [PR PATCH] [Updated] " lun-4
2021-03-29 17:41 ` crystal: update to 0.36.0 Chocimier
2021-03-29 17:41 ` [PR PATCH] [Closed]: " Chocimier

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).