diff options
author | Stefan Eßer <se@FreeBSD.org> | 2025-07-28 19:05:02 +0200 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2025-07-28 19:05:02 +0200 |
commit | 9ed3e87fe79b12ae147231294eea14abd520e0a0 (patch) | |
tree | 1eb0fbd268b7639e98ab28ca35e84beb9671c107 | |
parent | x11/workrave: Fix license file (diff) |
textproc/sttr: fix SIZE of go.mod in distinfo
The size written into distinfo was 11 instead of the correct value of
2048. Repeated invocations of "make makesum" did not change that value,
therefore I have manually set it to the actual size of that file.
Reported by: olgeni
-rw-r--r-- | textproc/sttr/distinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/sttr/distinfo b/textproc/sttr/distinfo index 9e08a6f73643..796d790a1a08 100644 --- a/textproc/sttr/distinfo +++ b/textproc/sttr/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1753611810 +TIMESTAMP = 1753722151 SHA256 (go/textproc_sttr/abhimanyu003-sttr-v0.2.26_GH0/go.mod) = 1d11bb3f27aa72a9e5ddeaa2ee691392b1659073bef8e121a2e302783208de6e -SIZE (go/textproc_sttr/abhimanyu003-sttr-v0.2.26_GH0/go.mod) = 11 +SIZE (go/textproc_sttr/abhimanyu003-sttr-v0.2.26_GH0/go.mod) = 2048 SHA256 (go/textproc_sttr/abhimanyu003-sttr-v0.2.26_GH0/abhimanyu003-sttr-v0.2.26_GH0.tar.gz) = d59a4f25c2ad4478699585aff16d3b99b9b1fddfb894bdf072705d6342aee59a SIZE (go/textproc_sttr/abhimanyu003-sttr-v0.2.26_GH0/abhimanyu003-sttr-v0.2.26_GH0.tar.gz) = 1235704 |