Skip to content

Commit

Permalink
Update gocryptfs to master version (currently following eaca820e)
Browse files Browse the repository at this point in the history
  • Loading branch information
JokerQyou committed Mar 16, 2021
1 parent 59b243e commit e235eef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,8 @@ func linuxArch(goArch string) string {

// Download static build binary of gocryptfs
func DownloadExternalTools(c context.Context) error {
cloakVersion := "0.0.1"
gocryptfsVersion := "1.8.0"
cloakVersion := "0.0.2"
gocryptfsVersion := "eaca820e"
goOs := c.Value(osKey).(string)

// Here's a list of external tools to be downloaded, they are going to be bundled
Expand Down

0 comments on commit e235eef

Please sign in to comment.