aboutsummaryrefslogtreecommitdiffstats
path: root/community/crystal/alpine-shards-help.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-06-16 13:37:38 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-06-16 13:33:18 +0200
commit70743c89f4b6afe3f00f6650067f918f74e8f2cb (patch)
treee5283242db9995919fabe2e76932589df576bd1f /community/crystal/alpine-shards-help.patch
parent49692f3e1b08b0b1606e12d0647b9d0759508607 (diff)
downloadaports-70743c89f4b6afe3f00f6650067f918f74e8f2cb.tar.bz2
aports-70743c89f4b6afe3f00f6650067f918f74e8f2cb.tar.xz
community/crystal: upgrade to 0.25.0
Diffstat (limited to 'community/crystal/alpine-shards-help.patch')
-rw-r--r--community/crystal/alpine-shards-help.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/crystal/alpine-shards-help.patch b/community/crystal/alpine-shards-help.patch
deleted file mode 100644
index 7510d0a144..0000000000
--- a/community/crystal/alpine-shards-help.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-This is downstream patch only.
-
---- a/src/compiler/crystal/command/deps.cr
-+++ b/src/compiler/crystal/command/deps.cr
-@@ -5,7 +5,7 @@
- private def deps
- path_to_shards = `which shards`.chomp
- if path_to_shards.empty?
-- error "`shards` executable is missing. Please install shards: https://github.com/crystal-lang/shards"
-+ error "`shards` executable is missing. Please install shards: apk add shards"
- end
-
- status = Process.run(path_to_shards, args: options, output: Process::Redirect::Inherit, error: Process::Redirect::Inherit)