diff options
author | fhajny <fhajny@pkgsrc.org> | 2018-05-14 15:57:13 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2018-05-14 15:57:13 +0000 |
commit | baf6beae55d4fb153c47d4bbcddc5a62d5acde3e (patch) | |
tree | 75c4b5f7da1afef6ee3c9fc5c0da96d08a28f1c1 /lang | |
parent | dc528ae28d5258b54811b41c6033a7ec6011b949 (diff) | |
download | pkgsrc-baf6beae55d4fb153c47d4bbcddc5a62d5acde3e.tar.gz |
lang/elixir: Update to 1.6.5.
- [Code] Preserve the user's choice in the formatter on parens call
with next break fits
- [Code] Preserve the user's choice in the formatter on calls without
parens when we have one argument per line
- [Code] Fix formatting when there is a tilde in the first element of
a bitstring
- [Kernel] Support specsdiff flag on __info__ spec clauses
- [Kernel] Do not exclude hygienic vars in defguard
- [Kernel.SpecialForms] Mark for comprehensions as generated to avoid
dialyzer warnings
- [Macro] Make sure Macro.to_string/2 emits valid quoted expressions
- [Task] Support :infinity timeout on Task.yield_many/2
- [Task.Supervisor] Do not crash spawning supervised tasks when the
parent process is dead
- [URI] Fix parsing of URIs with trailing ?
Diffstat (limited to 'lang')
-rw-r--r-- | lang/elixir/Makefile | 4 | ||||
-rw-r--r-- | lang/elixir/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/lang/elixir/Makefile b/lang/elixir/Makefile index f8d99cb1f1a..6debf3d8b83 100644 --- a/lang/elixir/Makefile +++ b/lang/elixir/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2018/03/23 11:54:58 fhajny Exp $ +# $NetBSD: Makefile,v 1.7 2018/05/14 15:57:13 fhajny Exp $ -DISTNAME= elixir-1.6.4 +DISTNAME= elixir-1.6.5 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GITHUB:=elixir-lang/} diff --git a/lang/elixir/distinfo b/lang/elixir/distinfo index 97f01d03d48..6ce77f0875c 100644 --- a/lang/elixir/distinfo +++ b/lang/elixir/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.6 2018/03/23 11:54:58 fhajny Exp $ +$NetBSD: distinfo,v 1.7 2018/05/14 15:57:13 fhajny Exp $ -SHA1 (elixir-1.6.4.tar.gz) = 6f67a954b0d12df854fe9d7a5401fbe2ffc57255 -RMD160 (elixir-1.6.4.tar.gz) = 11670660c14c079c76251d679437644ab40ebb22 -SHA512 (elixir-1.6.4.tar.gz) = 58e207756b12d70225ecfcddb8eed7b37082d27e24465a15567ece62d6b03fd7f2d51f5a9b5582f63cad0038ec01b742fe4c69123a0d746662a65f9c3ba25a22 -Size (elixir-1.6.4.tar.gz) = 2074206 bytes +SHA1 (elixir-1.6.5.tar.gz) = 054636aa0b8a8fc148bbd67526f1a9ecd57ebf3f +RMD160 (elixir-1.6.5.tar.gz) = 3bf929140199a4f5e728b3bc7d33cb5f2f9edd19 +SHA512 (elixir-1.6.5.tar.gz) = e2cf9c2d9198da32cefb841cae4ce64bb52eb28239bbffb6d991916cfdee420b242773664efa7381eb4609c67438ab608f5f96ca2c403b54ecdd9bfdddf91a95 +Size (elixir-1.6.5.tar.gz) = 2075889 bytes SHA1 (patch-Makefile) = 10df6513be32d9ef5e62e89d80df917c4fb669a1 |