Thread overview
Beta 2.093.1
Aug 11, 2020
Martin Nowak
Aug 20, 2020
Mathias LANG
Aug 24, 2020
Martin Nowak
Aug 25, 2020
Mathias LANG
Aug 22, 2020
Walter Bright
August 11, 2020
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

August 20, 2020
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
############################################################################################################### 100.0%
Invalid signature http://downloads.dlang.org/releases/2.x/2.093.1/dmd.2.093.1.osx.tar.xz.sig
```
August 21, 2020
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!
August 24, 2020
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
> ############################################################################################################### 100.0%
> 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]
August 25, 2020
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
>> ############################################################################################################### 100.0%
>> 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 ?