-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
38 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
## Changelog | ||
|
||
1cabe7e quick fix | ||
1dff055 quick check |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
b6c1bb542d80676a199c56cbf16f52fd7374f1245b2ae2fcf81064431dee32e7 heimdall_0.1.1_Linux_i386.tar.gz | ||
d4de4e994ac655cc84313dec868124cc8f1655b5bf99252ffd83cb092dd9ebbb heimdall_0.1.1_Linux_x86_64.tar.gz | ||
bb27010ddf04c112def92967cfc455d1e22dab1c61ae44657960c8391575a6fa heimdall_0.1.1_Darwin_i386.tar.gz | ||
c80386f63b64e693b2870c73125f617b906dbcc344e1e646ee3d09730ecf1bc3 heimdall_0.1.1_Darwin_x86_64.tar.gz | ||
0e3444ba44517d2c568230b57012ae6924df7c6a9fde4bee2e16685804e98405 heimdall_0.1.2_Linux_i386.tar.gz | ||
8b328cf7e6e220450365f89c6b59e87d3043e3790f4e3dc64695f5d7a803fe5d heimdall_0.1.2_Darwin_i386.tar.gz | ||
54863a616ba25e2bf9d046e355a07557d4414624b1de4266193def27b49f4b6a heimdall_0.1.2_Darwin_x86_64.tar.gz | ||
94d66baad3d5bcc035ac54fcbfb9983ffe00f97009dde7bc8bb3b1442dbb8473 heimdall_0.1.2_Linux_x86_64.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,10 +6,26 @@ release: | |
name_template: '{{.Tag}}' | ||
brews: | ||
- name: heimdall | ||
github: | ||
owner: dnoberon | ||
name: homebrew-tap | ||
commit_author: | ||
name: goreleaserbot | ||
email: [email protected] | ||
install: bin.install "heimdall" | ||
folder: Formula | ||
caveats: How to use this binary | ||
install: | | ||
bin.install "program" | ||
... | ||
description: Software to create fast and easy drum rolls. | ||
homepage: https://github.com/dnoberon/heimdall | ||
skip_upload: "false" | ||
download_strategy: GitHubPrivateRepositoryReleaseDownloadStrategy | ||
url_template: http://github..com/dnoberon/heimdall/releases/{{ .Tag }}/{{ .ArtifactName | ||
}} | ||
custom_require: custom_download_strategy | ||
ids: | ||
- all | ||
goarm: "6" | ||
scoop: | ||
name: heimdall | ||
|