-
Notifications
You must be signed in to change notification settings - Fork 4
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
1 parent
5555120
commit fdf232d
Showing
12 changed files
with
37 additions
and
5,528 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,10 +1,5 @@ | ||
project_name: verifpal | ||
|
||
gitlab_urls: | ||
api: https://source.symbolic.software/api/v4/ | ||
download: https://source.symbolic.software | ||
skip_tls_verify: false | ||
|
||
before: | ||
hooks: | ||
- go generate ./... | ||
|
@@ -23,9 +18,7 @@ builds: | |
- arm64 | ||
|
||
archives: | ||
- replacements: | ||
darwin: macos | ||
format: zip | ||
- format: zip | ||
files: | ||
- LICENSE | ||
- examples/* | ||
|
@@ -37,30 +30,28 @@ changelog: | |
sort: asc | ||
|
||
release: | ||
gitlab: | ||
owner: verifpal | ||
github: | ||
owner: symbolicsoft | ||
name: verifpal | ||
|
||
brews: | ||
- tap: | ||
owner: verifpal | ||
- repository: | ||
owner: symbolicsoft | ||
name: verifpal | ||
url_template: "https://source.symbolic.software/verifpal/verifpal/-/releases/{{ .Tag }}/downloads/{{ .ArtifactName }}" | ||
commit_author: | ||
name: drone | ||
email: [email protected] | ||
folder: HomebrewFormula | ||
homepage: "https://verifpal.com" | ||
description: "Cryptographic protocol analysis for students and engineers." | ||
|
||
scoop: | ||
bucket: | ||
owner: verifpal | ||
name: verifpal | ||
url_template: "https://source.symbolic.software/verifpal/verifpal/-/releases/{{ .Tag }}/downloads/{{ .ArtifactName }}" | ||
commit_author: | ||
name: drone | ||
email: [email protected] | ||
homepage: "https://verifpal.com" | ||
description: "Cryptographic protocol analysis for students and engineers." | ||
license: "https://www.gnu.org/licenses/gpl-3.0.en.html" | ||
scoops: | ||
- repository: | ||
owner: symbolicsoft | ||
name: verifpal | ||
commit_author: | ||
name: drone | ||
email: [email protected] | ||
homepage: "https://verifpal.com" | ||
description: "Cryptographic protocol analysis for students and engineers." | ||
license: "https://www.gnu.org/licenses/gpl-3.0.en.html" |
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
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 @@ | ||
Verifpal 0.27.0 fixes an analysis bug caused by an ill-thought "performance optimization". It also updates a few dependencies. | ||
Verifpal 0.27.1 introduces nothing new: it's simply an update to move Verifpal's package management URLs to the new GitHub repository. | ||
|
||
Thanks to Oskar Goldhahn (NTNU) for detecting the issue. | ||
That's right: Verifpal is moving to https://github.com/symbolicsoft/verifpal. Please update your links! |
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 +1 @@ | ||
0.27.0 | ||
0.27.1 |
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
Oops, something went wrong.