selfupdate is disabled by default
Fixing the go build directive was enough for the default to kick in, no need to explicitly disable it through flags. Should be no package change, but bump revision for clarity.
This commit is contained in:
parent
a37fc028df
commit
888481c56f
@ -2,7 +2,7 @@ COMMENT = fast, efficient and secure backup program
|
||||
|
||||
MODGO_MODNAME = github.com/restic/restic
|
||||
MODGO_VERSION = v0.14.0
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
|
||||
DISTNAME = restic-${MODGO_VERSION}
|
||||
|
||||
@ -19,8 +19,6 @@ WANTLIB += c pthread
|
||||
|
||||
MODULES = lang/go
|
||||
|
||||
MODGO_FLAGS += -tags '!selfupdate'
|
||||
|
||||
NO_TEST = Yes
|
||||
|
||||
post-extract:
|
||||
|
Loading…
x
Reference in New Issue
Block a user