commit 17c30fdb671ca33c7304c8e2c7481820b3aaf1a6 Author: Juergen Daubert <jue@jue.li> Date: Tue Mar 21 15:28:59 2023 +0100 unison: update to 2.53.2 diff --git a/unison/.signature b/unison/.signature index 292da8124..5991307fa 100644 --- a/unison/.signature +++ b/unison/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/d/N7yTldEVBGqjikPwVf5edtUX53xZ/v21cU1hjyYY8CSJx4vBlthpy1OnJJ4Wixt79+yXLXj1hDtKxqpPG7AA= -SHA256 (Pkgfile) = 222e4836173c14b2a0ec1ff45d32f14e3dd39a785784fdcc0b8f6af06db615d7 +RWSE3ohX2g5d/cJj5jvxhu4AhrYQZfkDycAkgls8xSqulupmXDOnbgDb1uAMl5j0q600ZR/7OwIWXiGThEYB+eY2l0gfor8uyw4= +SHA256 (Pkgfile) = b3ee02c8177cbadb71db77d43c25c75f763f60d298d370aac4c0c256be451833 SHA256 (.footprint) = 813162eb48523b95893859d60595c70730732e7c3eadcc99843e607fbf6affc4 -SHA256 (unison-2.53.1.tar.gz) = 8798ecbeb77e1c0e121dd9f5719202def1a861883ad9990aaef742e42a49c050 +SHA256 (unison-2.53.2.tar.gz) = fb337c221722e496916b385e50e99a49604b8aed3f5fafcc45029c1d2aa1232b diff --git a/unison/Pkgfile b/unison/Pkgfile index 635432e78..0715fe876 100644 --- a/unison/Pkgfile +++ b/unison/Pkgfile @@ -4,16 +4,12 @@ # Depends on: ocaml name=unison -version=2.53.1 -release=2 +version=2.53.2 +release=1 source=(https://github.com/bcpierce00/unison/archive/v$version/$name-$version.tar.gz) build() { cd $name-$version - - # fix version string - sed '/^VERSION/s/0/1/' -i src/Makefile.ProjectInfo - make UISTYLE=text THREADS=true NATIVE=true install -d $PKG/usr/{bin,share/man/man1} install -m 0755 src/{unison,unison-fsmonitor} $PKG/usr/bin/