Skip to content

Commit

Permalink
update build asset version
Browse files Browse the repository at this point in the history
  • Loading branch information
JokerQyou committed Jun 12, 2024
1 parent a4b64d1 commit a261f95
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions magefile.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build mage
// +build mage

package main
Expand Down Expand Up @@ -340,8 +341,8 @@ func linuxArch(goArch string) string {

// Download static build binary of gocryptfs
func DownloadExternalTools(c context.Context) error {
cloakResourceVersion := "0.0.3"
gocryptfsVersion := "v2.2.1-6-gd530fbd"
cloakResourceVersion := "0.0.4"
gocryptfsVersion := "v2.4.0-33-gf06f27e"
goOs := c.Value(osKey).(string)
goArch := c.Value(archKey).(string)

Expand Down

0 comments on commit a261f95

Please sign in to comment.