Skip to content

Commit e235eef

Browse files
committed
Update gocryptfs to master version (currently following eaca820e)
1 parent 59b243e commit e235eef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

magefile.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@ func linuxArch(goArch string) string {
314314

315315
// Download static build binary of gocryptfs
316316
func DownloadExternalTools(c context.Context) error {
317-
cloakVersion := "0.0.1"
318-
gocryptfsVersion := "1.8.0"
317+
cloakVersion := "0.0.2"
318+
gocryptfsVersion := "eaca820e"
319319
goOs := c.Value(osKey).(string)
320320

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

0 commit comments

Comments
 (0)