diff --git a/sysutils/moor/Makefile b/sysutils/moor/Makefile index 1fc86b53649..9b8ee7d1e6b 100644 --- a/sysutils/moor/Makefile +++ b/sysutils/moor/Makefile @@ -1,12 +1,12 @@ COMMENT = pager with incremental search and transparent decompression MODGO_MODNAME = github.com/walles/moor/v2 -MODGO_VERSION = v2.10.5 +MODGO_VERSION = v2.11.1 DISTNAME = moor-${MODGO_VERSION} WRKDIST = ${WRKDIR}/${MODGO_MODNAME}@${MODGO_VERSION} -CATEGORIES = sysutils textproc +CATEGORIES = sysutils textproc MAINTAINER = Lydia Sobot diff --git a/sysutils/moor/distinfo b/sysutils/moor/distinfo index 862342fd9c4..d4c54a8ee76 100644 --- a/sysutils/moor/distinfo +++ b/sysutils/moor/distinfo @@ -85,7 +85,7 @@ SHA256 (go_modules/gopkg.in/yaml.v3/@v/v3.0.1.mod) = IVeYYKIDBvz0OxvSNNH7oxlJnHd SHA256 (go_modules/gopkg.in/yaml.v3/@v/v3.0.1.zip) = qrj7xOYwDqCOav4crqGKIckMefSJ9SxT4vIEMfGpoBU= SHA256 (go_modules/gotest.tools/v3/@v/v3.3.0.mod) = IUtog2bXo+3KQa37T1dFP5Alf+Ln/9IxqzAYZgvpGWw= SHA256 (go_modules/gotest.tools/v3/@v/v3.3.0.zip) = nNxAr7Wv4kvn7FxuxbNpaSxv0IFxPcGOZ0ApGwCDhD0= -SHA256 (moor-v2.10.5.zip) = wTAGIDu4VQOz5WXLdR969GIaisP9/xQ9iDXx0GRJIqo= +SHA256 (moor-v2.11.1.zip) = h0mhmPiqciz51SsR0e1taxWwxEymncxeR6ndDTNk65s= SIZE (go_modules/github.com/adrg/xdg/@v/v0.5.3.mod) = 258 SIZE (go_modules/github.com/adrg/xdg/@v/v0.5.3.zip) = 37913 SIZE (go_modules/github.com/alecthomas/assert/v2/@v/v2.11.0.mod) = 133 @@ -173,4 +173,4 @@ SIZE (go_modules/gopkg.in/yaml.v3/@v/v3.0.1.mod) = 95 SIZE (go_modules/gopkg.in/yaml.v3/@v/v3.0.1.zip) = 104623 SIZE (go_modules/gotest.tools/v3/@v/v3.3.0.mod) = 189 SIZE (go_modules/gotest.tools/v3/@v/v3.3.0.zip) = 98546 -SIZE (moor-v2.10.5.zip) = 5457819 +SIZE (moor-v2.11.1.zip) = 5463019 diff --git a/sysutils/moor/patches/patch-internal_reader_reader_test_go b/sysutils/moor/patches/patch-internal_reader_reader_test_go index f543ab27ed9..5bd69feb88f 100644 --- a/sysutils/moor/patches/patch-internal_reader_reader_test_go +++ b/sysutils/moor/patches/patch-internal_reader_reader_test_go @@ -1,7 +1,7 @@ Index: internal/reader/reader_test.go --- internal/reader/reader_test.go.orig +++ internal/reader/reader_test.go -@@ -19,7 +19,7 @@ import ( +@@ -21,7 +21,7 @@ import ( "github.com/walles/moor/v2/internal/linemetadata" )