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:
kn 2022-12-26 17:45:24 +00:00
parent a37fc028df
commit 888481c56f

View File

@ -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: