Skip to content

Commit

Permalink
Merge pull request #1078 from MartinNowak/dearmor
Browse files Browse the repository at this point in the history
use binary gpg signatures instead of ASCII armored ones (.asc -> .sig)
  • Loading branch information
CyberShadow committed Aug 24, 2015
2 parents 24bc5ed + 56b4a1c commit a766d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download.dd
Expand Up @@ -76,7 +76,7 @@ Macros:
UBUNTU=$(LOGO ubuntu, Ubuntu)
WINDOWS=$(LOGO windows, Windows)

SBTN=$(SPANC sig_btn,$(BTN $1,$+)<br>$(BTN $1.asc,sig))
SBTN=$(SPANC sig_btn,$(BTN $1,$+)<br>$(BTN $1.sig,sig))
BTN=<a href="$1" class="btn">$+</a>
H3I=<h3 class="download">$0</h3>
DLSITE=http://downloads.dlang.org/releases/2.x/$(DMDV2)/$0
Expand Down

0 comments on commit a766d79

Please sign in to comment.