www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Beta 2.093.1

reply Martin Nowak <code dawg.eu> writes:
Glad to announce the first beta for the 2.093.1 point release, ♥ 
to the 11 contributors.

http://dlang.org/download.html#dmd_beta
http://dlang.org/changelog/2.093.1.html

As usual please report any bugs at
https://issues.dlang.org

-Martin
Aug 11 2020
next sibling parent reply Mathias LANG <geod24 gmail.com> writes:
On Tuesday, 11 August 2020 at 09:30:48 UTC, Martin Nowak wrote:
 Glad to announce the first beta for the 2.093.1 point release, 
 ♥ to the 11 contributors.

 http://dlang.org/download.html#dmd_beta
 http://dlang.org/changelog/2.093.1.html

 As usual please report any bugs at
 https://issues.dlang.org

 -Martin
Just tried to install it on OSX: ``` ~/dlang/install.sh dmd :( Downloading and unpacking http://downloads.dlang.org/releases/2.x/2.093.1/dmd.2.093.1.osx.tar.xz Invalid signature http://downloads.dlang.org/releases/2.x/2.093.1/dmd.2.093.1.osx.tar.xz.sig ```
Aug 19 2020
parent reply Martin Nowak <code dawg.eu> writes:
On Thursday, 20 August 2020 at 03:28:38 UTC, Mathias LANG wrote:
 Just tried to install it on OSX:
 ```
 ~/dlang/install.sh dmd               :(
 Downloading and unpacking 
 http://downloads.dlang.org/releases/2.x/2.093.1/dmd.2.093.1.osx.tar.xz


 Invalid signature 
 http://downloads.dlang.org/releases/2.x/2.093.1/dmd.2.093.1.osx.tar.xz.sig
 ```
Works for me, maybe retry the download or run `~/dlang/install.sh update` to update your keyring? gpg: assuming signed data in '/home/dawg/Downloads/dmd.2.093.1.osx.tar.xz' gpg: Signature made Sa 15 Aug 2020 12:54:46 CEST gpg: using RSA key 3AAF1A18E61F6FAA3B7193E4DB8C5218B9329CF8 gpg: Good signature from "Martin Nowak <code dawg.eu>" [full] gpg: aka "Martin Nowak <martin.nowak 7learnings.com>" [full] gpg: aka "Martin Nowak <martin dlang.org>" [full]
Aug 24 2020
parent Mathias LANG <geod24 gmail.com> writes:
On Monday, 24 August 2020 at 08:08:52 UTC, Martin Nowak wrote:
 On Thursday, 20 August 2020 at 03:28:38 UTC, Mathias LANG wrote:
 Just tried to install it on OSX:
 ```
 ~/dlang/install.sh dmd               :(
 Downloading and unpacking 
 http://downloads.dlang.org/releases/2.x/2.093.1/dmd.2.093.1.osx.tar.xz


 Invalid signature 
 http://downloads.dlang.org/releases/2.x/2.093.1/dmd.2.093.1.osx.tar.xz.sig
 ```
Works for me, maybe retry the download or run `~/dlang/install.sh update` to update your keyring?
Right, I just needed to update the script. Perhaps this could be suggested when this error happens ?
Aug 24 2020
prev sibling parent Walter Bright <newshound2 digitalmars.com> writes:
On 8/11/2020 2:30 AM, Martin Nowak wrote:
 Glad to announce the first beta for the 2.093.1 point release, ♥ to the 11 
 contributors.
Thank you, Martin and the 11!
Aug 21 2020