From 2a7b7572fa4c3b11cca81cf8e48463f9e5932e4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ken-H=C3=A5vard=20Lieng?= Date: Sat, 17 Nov 2018 12:45:47 +0100 Subject: [PATCH] Update readme download links --- .goreleaser.yml | 1 + README.md | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index c25bceab..e4d6d250 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -33,6 +33,7 @@ checksum: changelog: filters: exclude: + - ^v.* - "(?i)^update.*dep" - Merge pull request - Merge branch diff --git a/README.md b/README.md index 48d5608c..f569697b 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ There is a few different ways of getting it: ### 1. Binary -- **[Windows (x64)](https://github.com/khlieng/dispatch/releases/download/v0.5.1/dispatch_windows_amd64.zip)** -- **[macOS (x64)](https://github.com/khlieng/dispatch/releases/download/v0.5.1/dispatch_darwin_amd64.zip)** -- **[Linux (x64)](https://github.com/khlieng/dispatch/releases/download/v0.5.1/dispatch_linux_amd64.tar.gz)** +- **[Windows (x64)](https://github.com/khlieng/dispatch/releases/download/v0.5.1/dispatch_0.5.1_windows_amd64.zip)** +- **[macOS (x64)](https://github.com/khlieng/dispatch/releases/download/v0.5.1/dispatch_0.5.1_darwin_amd64.tar.gz)** +- **[Linux (x64)](https://github.com/khlieng/dispatch/releases/download/v0.5.1/dispatch_0.5.1_linux_amd64.tar.gz)** - [Other versions](https://github.com/khlieng/dispatch/releases) ### 2. Go