go-bindata: Update to 4.0.0

This commit is contained in:
Frédéric Fauberteau 2020-12-22 13:52:59 +00:00
parent f6b7e0eb98
commit 353214ce79
3 changed files with 106 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: $
DISTNAME= go-bindata-3.6.0
DISTNAME= go-bindata-4.0.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=shuLhan/}
GITHUB_TAG= v${PKGVERSION_NOREV}

View File

@ -1,6 +1,7 @@
@comment $NetBSD$
bin/go-bindata
gopkg/pkg/${GO_PLATFORM}/github.com/shuLhan/go-bindata.a
gopkg/pkg/${GO_PLATFORM}/github.com/shuLhan/go-bindata/v4.a
gopkg/src/github.com/shuLhan/go-bindata/AUTHORS
gopkg/src/github.com/shuLhan/go-bindata/CHANGELOG
gopkg/src/github.com/shuLhan/go-bindata/CONTRIBUTING.md
@ -19,7 +20,6 @@ gopkg/src/github.com/shuLhan/go-bindata/debug.go
gopkg/src/github.com/shuLhan/go-bindata/doc.go
gopkg/src/github.com/shuLhan/go-bindata/fsscanner.go
gopkg/src/github.com/shuLhan/go-bindata/fsscanner_test.go
gopkg/src/github.com/shuLhan/go-bindata/go.mod
gopkg/src/github.com/shuLhan/go-bindata/input_config.go
gopkg/src/github.com/shuLhan/go-bindata/input_config_test.go
gopkg/src/github.com/shuLhan/go-bindata/internal/tests/_bindata_test.go
@ -109,3 +109,103 @@ gopkg/src/github.com/shuLhan/go-bindata/translate.go
gopkg/src/github.com/shuLhan/go-bindata/translateToDir.go
gopkg/src/github.com/shuLhan/go-bindata/translateToFile.go
gopkg/src/github.com/shuLhan/go-bindata/translate_common.go
gopkg/src/github.com/shuLhan/go-bindata/v4/Makefile
gopkg/src/github.com/shuLhan/go-bindata/v4/assert_test.go
gopkg/src/github.com/shuLhan/go-bindata/v4/asset.go
gopkg/src/github.com/shuLhan/go-bindata/v4/bindata.go
gopkg/src/github.com/shuLhan/go-bindata/v4/config.go
gopkg/src/github.com/shuLhan/go-bindata/v4/config_test.go
gopkg/src/github.com/shuLhan/go-bindata/v4/debug.go
gopkg/src/github.com/shuLhan/go-bindata/v4/doc.go
gopkg/src/github.com/shuLhan/go-bindata/v4/fsscanner.go
gopkg/src/github.com/shuLhan/go-bindata/v4/fsscanner_test.go
gopkg/src/github.com/shuLhan/go-bindata/v4/go.mod
gopkg/src/github.com/shuLhan/go-bindata/v4/input_config.go
gopkg/src/github.com/shuLhan/go-bindata/v4/input_config_test.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/_bindata_test.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/inputDir/assert_test.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/inputDir/bindata.exp
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/inputDir/bindata_test.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/inputDir/main.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/inputDirRecursive/assert_test.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/inputDirRecursive/bindata.exp
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/inputDirRecursive/bindata_test.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/inputDirRecursive/main.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/inputDuplicateDir/assert_test.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/inputDuplicateDir/bindata.exp
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/inputDuplicateDir/bindata_test.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/inputDuplicateDir/main.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/inputDuplicateFile/assert_test.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/inputDuplicateFile/bindata.exp
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/inputDuplicateFile/bindata_test.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/inputDuplicateFile/main.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/inputFile/assert_test.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/inputFile/bindata.exp
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/inputFile/bindata_test.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/inputFile/main.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/inputSymlinkRecursive/assert_test.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/inputSymlinkRecursive/bindata.exp
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/inputSymlinkRecursive/bindata_test.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/inputSymlinkRecursive/main.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/inputSymlinkToDir/assert_test.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/inputSymlinkToDir/bindata.exp
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/inputSymlinkToDir/bindata_test.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/inputSymlinkToDir/main.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/inputSymlinkToFile/assert_test.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/inputSymlinkToFile/bindata.exp
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/inputSymlinkToFile/bindata_test.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/inputSymlinkToFile/main.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/withDebug/assert_test.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/withDebug/bindata.exp
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/withDebug/bindata_test.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/withDebug/main.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/withNoCompress/assert_test.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/withNoCompress/bindata.exp
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/withNoCompress/bindata_test.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/withNoCompress/main.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/withNoCompressNoMemCopy/assert_test.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/withNoCompressNoMemCopy/bindata.exp
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/withNoCompressNoMemCopy/bindata_test.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/withNoCompressNoMemCopy/main.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/withNoMemCopy/assert_test.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/withNoMemCopy/bindata.exp
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/withNoMemCopy/bindata_test.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/withNoMemCopy/main.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/withSplit/assert_test.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/withSplit/bindata.exp
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/withSplit/bindataInSplitTest1.exp
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/withSplit/bindataInSplitTest2.exp
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/withSplit/bindata_test.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/withSplit/main.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/withoutOutputFlag/assert_test.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/withoutOutputFlag/bindata.exp
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/withoutOutputFlag/bindata_test.go
gopkg/src/github.com/shuLhan/go-bindata/v4/internal/tests/withoutOutputFlag/main.go
gopkg/src/github.com/shuLhan/go-bindata/v4/release.go
gopkg/src/github.com/shuLhan/go-bindata/v4/release_template.go
gopkg/src/github.com/shuLhan/go-bindata/v4/release_test.go
gopkg/src/github.com/shuLhan/go-bindata/v4/restore.go
gopkg/src/github.com/shuLhan/go-bindata/v4/stringwriter.go
gopkg/src/github.com/shuLhan/go-bindata/v4/template.go
gopkg/src/github.com/shuLhan/go-bindata/v4/testdata/dupname/foo/bar
gopkg/src/github.com/shuLhan/go-bindata/v4/testdata/dupname/foo_bar
gopkg/src/github.com/shuLhan/go-bindata/v4/testdata/in/a/test.asset
gopkg/src/github.com/shuLhan/go-bindata/v4/testdata/in/b/test.asset
gopkg/src/github.com/shuLhan/go-bindata/v4/testdata/in/c/test.asset
gopkg/src/github.com/shuLhan/go-bindata/v4/testdata/in/file name
gopkg/src/github.com/shuLhan/go-bindata/v4/testdata/in/split/test.1
gopkg/src/github.com/shuLhan/go-bindata/v4/testdata/in/split/test.2
gopkg/src/github.com/shuLhan/go-bindata/v4/testdata/in/test.asset
gopkg/src/github.com/shuLhan/go-bindata/v4/testdata/symlinkFile/file1
gopkg/src/github.com/shuLhan/go-bindata/v4/testdata/symlinkParent/symlinkTarget
gopkg/src/github.com/shuLhan/go-bindata/v4/testdata/symlinkRecursiveParent/file1
gopkg/src/github.com/shuLhan/go-bindata/v4/testdata/symlinkRecursiveParent/symlinkTarget
gopkg/src/github.com/shuLhan/go-bindata/v4/testdata/symlinkSrc/file1
gopkg/src/github.com/shuLhan/go-bindata/v4/testdata/symlinkSrc/file2
gopkg/src/github.com/shuLhan/go-bindata/v4/testdata/symlinkSrc/file3
gopkg/src/github.com/shuLhan/go-bindata/v4/testdata/symlinkSrc/file4
gopkg/src/github.com/shuLhan/go-bindata/v4/toc.go
gopkg/src/github.com/shuLhan/go-bindata/v4/translate.go
gopkg/src/github.com/shuLhan/go-bindata/v4/translateToDir.go
gopkg/src/github.com/shuLhan/go-bindata/v4/translateToFile.go
gopkg/src/github.com/shuLhan/go-bindata/v4/translate_common.go

View File

@ -1,6 +1,6 @@
$NetBSD$
SHA1 (go-bindata-3.6.0.tar.gz) = 926506401f3b75bf8bd1f91a188ddd668bf2410e
RMD160 (go-bindata-3.6.0.tar.gz) = 83752855416a1b7f9122aa76a14996fe38a9f69c
SHA512 (go-bindata-3.6.0.tar.gz) = ee0b887d96cdabd61626bcb9159c58fa9609eecabd6317e6d6aaf87af43cd4b5386f4ed48018de3a8e66302768baacdda2a9e68440fd3381cbc00cfd317bff6b
Size (go-bindata-3.6.0.tar.gz) = 37373 bytes
SHA1 (go-bindata-4.0.0.tar.gz) = 3e9185a262e021f67b16cac41e23219be0d2a2e8
RMD160 (go-bindata-4.0.0.tar.gz) = a4ba02b730f8bd1e28da7221423aad7d5c7b4d84
SHA512 (go-bindata-4.0.0.tar.gz) = c6182dd5ac46e7febe272e8f59c5e5c76658d42584c5db10e7b188577fc56d7a26f1743fea328f149ae5628fa305ca98cb5f27a29cef270cd10ef806e0e149bc
Size (go-bindata-4.0.0.tar.gz) = 62125 bytes