Skip to content

Commit

Permalink
Update unison to fix Windows deadlock; Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
richardwilkes committed May 22, 2023
1 parent 9475efa commit da6ac83
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
@@ -25,7 +25,7 @@ for arg in "$@"; do
;;
--dist|-d)
EXTRA_BUILD_FLAGS="-a -trimpath"
RELEASE="5.10.3"
RELEASE="5.10.4"
DIST=1
case $(uname -s) in
Darwin*)
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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.5
github.com/richardwilkes/unison v0.54.6
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
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -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.5 h1:Mi1jCMUZvh2co8AH/aTFzTUosRbaAm5OmWiainOWQCk=
github.com/richardwilkes/unison v0.54.5/go.mod h1:0vP/TvUx9V7oNcUIMwp3TmsP/lLDdZwqTKrMrVLKwBI=
github.com/richardwilkes/unison v0.54.6 h1:BtTTm6brlg/5aFx3EtsDcxzdteWBfEuO0zaUKREJhss=
github.com/richardwilkes/unison v0.54.6/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=

0 comments on commit da6ac83

Please sign in to comment.