Skip to content

Commit

Permalink
Update unison to fix corruption; Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
richardwilkes committed May 21, 2023
1 parent 823dde9 commit 9475efa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ for arg in "$@"; do
;;
--dist|-d)
EXTRA_BUILD_FLAGS="-a -trimpath"
RELEASE="5.10.2"
RELEASE="5.10.3"
DIST=1
case $(uname -s) in
Darwin*)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/richardwilkes/pdf v1.20.5
github.com/richardwilkes/rpgtools v1.5.1
github.com/richardwilkes/toolbox v1.85.0
github.com/richardwilkes/unison v0.54.4
github.com/richardwilkes/unison v0.54.5
github.com/rjeczalik/notify v0.9.3
github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c
github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ github.com/richardwilkes/rpgtools v1.5.1 h1:hr2ZElmjoQULReAMm3JB/TaQ59QGPU9Vw7hq
github.com/richardwilkes/rpgtools v1.5.1/go.mod h1:W7k1fJxY6I16UZUR+9G6CAMF8jZ6DkPt7fccI/cqVlA=
github.com/richardwilkes/toolbox v1.85.0 h1:ihQ8f64pqd5noG+UPcNlPu1tnYUtJEFiWrc+QDP11kg=
github.com/richardwilkes/toolbox v1.85.0/go.mod h1:0IwfsaYnKSSAikJ9pHlYY/7QovHxT6QEF2z2oLjpfL4=
github.com/richardwilkes/unison v0.54.4 h1:eZCm6g6c6apO2nt6gCIN8Q+7RZdVGAIhMwLqcky9ro4=
github.com/richardwilkes/unison v0.54.4/go.mod h1:0vP/TvUx9V7oNcUIMwp3TmsP/lLDdZwqTKrMrVLKwBI=
github.com/richardwilkes/unison v0.54.5 h1:Mi1jCMUZvh2co8AH/aTFzTUosRbaAm5OmWiainOWQCk=
github.com/richardwilkes/unison v0.54.5/go.mod h1:0vP/TvUx9V7oNcUIMwp3TmsP/lLDdZwqTKrMrVLKwBI=
github.com/rjeczalik/notify v0.9.3 h1:6rJAzHTGKXGj76sbRgDiDcYj/HniypXmSJo1SWakZeY=
github.com/rjeczalik/notify v0.9.3/go.mod h1:gF3zSOrafR9DQEWSE8TjfI9NkooDxbyT4UgRGKZA0lc=
github.com/rogpeppe/go-internal v1.8.0 h1:FCbCCtXNOY3UtUuHUYaghJg4y7Fd14rXifAYUAtL9R8=
Expand Down

0 comments on commit 9475efa

Please sign in to comment.