1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/community/crystal/fix-version-string.patch
Milan P. Stanić bd46f9f1b1 community/crystal: upgrade to 0.31.1
add build date to version cli option, 'crystal -v'
2019-10-05 16:19:38 +02:00

11 lines
437 B
Diff

--- a/src/compiler/crystal/config.cr 2019-09-23 16:08:27.000000000 +0000
+++ b/src/compiler/crystal/config.cr 2019-09-26 14:50:47.795131257 +0000
@@ -17,7 +17,7 @@
def self.description
formatted_sha = "[#{build_commit}] " if build_commit
<<-DOC
- Crystal #{version} #{formatted_sha}(#{date})
+ Crystal #{version} (#{date})
LLVM: #{llvm_version}
Default target: #{self.default_target}