README | 2 +- ifchange.go | 4 ++-- usage.go | 2 +- diff --git a/README b/README index a30bf432adea82bda2bc5f7fcc8b8cd3f0f0a7bfd9fa06262d3d4d633bda6583..34487df263334e3dc958899391b8ab5727048fe2ba51bb6c022a3546005106c1 100644 --- a/README +++ b/README @@ -28,7 +28,7 @@ problems with the authenticity on your side, then build it manually: > $ git clone git://git.cypherpunks.ru/goredo.git $ cd goredo - $ git tag -v v0.6.1 + $ git tag -v v0.6.2 $ git clone git://git.cypherpunks.ru/gorecfile.git $ ( cd gorecfile ; git tag -v v0.3.0 ) $ echo "replace go.cypherpunks.ru/recfile => `pwd`/gorecfile" >> go.mod diff --git a/ifchange.go b/ifchange.go index b7fe7c66ec482195d9825ee3d63134167303ba3b39292fd984179ee3b1b54412..f4afdbebede41312cb3eaac3f1924b7112e9da75ce3223e51519fa268e023b60 100644 --- a/ifchange.go +++ b/ifchange.go @@ -114,7 +114,7 @@ } Jobs.Wait() close(errs) if !ok { - trace(CDebug, "alwayses failed, skipping depdendants") + trace(CDebug, "alwayses failed, skipping dependants") return nil } @@ -183,7 +183,7 @@ var ood bool var err error for _, tgt := range tgts { if _, ok := seen[tgt]; ok { - trace(CDebug, "%s was already build as a dependenant", tgt) + trace(CDebug, "%s was already build as a dependant", tgt) continue } ood = true diff --git a/usage.go b/usage.go index 84d5a2227d509884e3663d7df6eb6df98da128aa08eb7178bf272cbc6547e65a..4ef37176e5de3a27b2f823dd54486efe1d7a25b482fcbf5f3b8aabd9d0110292 100644 --- a/usage.go +++ b/usage.go @@ -26,7 +26,7 @@ "strings" ) const ( - Version = "0.6.1" + Version = "0.6.2" Warranty = `This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 of the License.