diff --git a/tidy/.footprint b/tidy/.footprint index ff19825dc..0ad1fadd2 100644 --- a/tidy/.footprint +++ b/tidy/.footprint @@ -9,10 +9,10 @@ lrwxrwxrwx root/root usr/include/platform.h -> tidyplatform.h -rw-r--r-- root/root usr/include/tidyenum.h -rw-r--r-- root/root usr/include/tidyplatform.h drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libtidy.so -> libtidy.so.5 -lrwxrwxrwx root/root usr/lib/libtidy.so.5 -> libtidy.so.5.7.47 --rwxr-xr-x root/root usr/lib/libtidy.so.5.7.47 --rw-r--r-- root/root usr/lib/libtidys.a +-rw-r--r-- root/root usr/lib/libtidy.a +lrwxrwxrwx root/root usr/lib/libtidy.so -> libtidy.so.58 +-rwxr-xr-x root/root usr/lib/libtidy.so.5.8.0 +lrwxrwxrwx root/root usr/lib/libtidy.so.58 -> libtidy.so.5.8.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/tidy.pc drwxr-xr-x root/root usr/share/ diff --git a/tidy/.signature b/tidy/.signature index 41e0144d7..9a49068ea 100644 --- a/tidy/.signature +++ b/tidy/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3w2nqm0A8N1N5wuhDQhmTAUdg27FvHtFYkVAh/sHXvXKm+E0T1sRWnMzGcAkI4TED6zWfZ15XC0Mv+79k2C8+gY= -SHA256 (Pkgfile) = 79345ca282bc56403c541d9d603448414598f2d3660eb1d15e8d1497ef7af93c -SHA256 (.footprint) = e6e2e85e7a6b85f32293a947edc65c4bc8a6567a1e861a80fd819f29e2adfd66 -SHA256 (tidy-2c75207c5e9bb77bf7069ca091efef51e0af1d90.tar.gz) = 8f3673334c45750001d4c8616cefed9641cc506e7084f9f85458da9c5124bce6 +RWSagIOpLGJF3ydkqoqz4uQ7+Y1USAT8Er1CU78jGRsvhe5WngV+Q1IxDMgmoPCjil/PSACFDH2ziXLEcATzjgueFSjBlYXNmAQ= +SHA256 (Pkgfile) = d30838e7b5e72b80b8ca73f1e80092eda0f0714ac6afe58f004ff7720aaa70b3 +SHA256 (.footprint) = aa8ee357d2799aa6aa52292b42f8d14a8a09223899468d2b51b3d8735aa5b0a7 +SHA256 (tidy-5.8.0.tar.gz) = 59c86d5b2e452f63c5cdb29c866a12a4c55b1741d7025cf2f3ce0cde99b0660e diff --git a/tidy/Pkgfile b/tidy/Pkgfile index cf7f02fb9..fda44f894 100644 --- a/tidy/Pkgfile +++ b/tidy/Pkgfile @@ -4,14 +4,13 @@ # Depends on: libxslt cmake name=tidy -version=5.7.47 -_commit=2c75207c5e9bb77bf7069ca091efef51e0af1d90 +version=5.8.0 release=1 -source=(https://github.com/htacg/tidy-html5/archive/$_commit.tar.gz#/$name-$_commit.tar.gz) +source=(https://github.com/htacg/tidy-html5/archive/$version/$name-$version.tar.gz) build() { [[ -e /usr/bin/ninja ]] && PKGMK_TIDY+=' -G Ninja' - cmake -S tidy-html5-$_commit -B build $PKGMK_TIDY \ + cmake -S tidy-html5-$version -B build $PKGMK_TIDY \ -D CMAKE_INSTALL_PREFIX=/usr \ -D CMAKE_BUILD_TYPE=Release \ -D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \