Skip to content

Commit

Permalink
feat: bump to new FsGuard version
Browse files Browse the repository at this point in the history
  • Loading branch information
axtloss committed Jan 8, 2024
1 parent 14f2cd3 commit 5ab8700
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ type FsGuardModule struct {
FilelistPaths []string `json:"filelistpaths"`
}

var FSGUARD_URL string = "https://github.com/linux-immutability-tools/FsGuard/releases/download/v0.1.2/FsGuard_0.1.2_linux_amd64.tar.gz"
var FSGUARD_CHECKSUM string = "48cae4a50cf71f0387bbf7d31f3dbcee1917667120a652037623c775af97b547"
var FSGUARD_URL string = "https://github.com/linux-immutability-tools/FsGuard/releases/download/v0.1.2-1/FsGuard_0.1.2-1_linux_amd64.tar.gz"
var FSGUARD_CHECKSUM string = "dbd71388f8591fe8dfdbdc57a004e4df02a8f495caa4081e959d6d66cd494f1e"

var prepCommands []string
var mainCommands []string
Expand Down

0 comments on commit 5ab8700

Please sign in to comment.