diff options
author | Leah Neukirchen <leah@vuxu.org> | 2023-08-30 15:04:38 +0000 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2023-08-30 23:05:29 +0000 |
commit | 485aa492bdc6a594cd62f45071079e518fc6ef43 (patch) | |
tree | 96a9ebf098ad912823856bd0d39ee248e5da42e7 | |
parent | c344925918dfb7bcb73db866ad8d761dced5a00c (diff) | |
download | void-packages-485aa492bdc6a594cd62f45071079e518fc6ef43.tar void-packages-485aa492bdc6a594cd62f45071079e518fc6ef43.tar.gz void-packages-485aa492bdc6a594cd62f45071079e518fc6ef43.tar.bz2 void-packages-485aa492bdc6a594cd62f45071079e518fc6ef43.tar.lz void-packages-485aa492bdc6a594cd62f45071079e518fc6ef43.tar.xz void-packages-485aa492bdc6a594cd62f45071079e518fc6ef43.tar.zst void-packages-485aa492bdc6a594cd62f45071079e518fc6ef43.zip |
dos2unix: update to 7.5.1.
-rw-r--r-- | srcpkgs/dos2unix/template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/srcpkgs/dos2unix/template b/srcpkgs/dos2unix/template index 5533567e2ce..1da4f2daee8 100644 --- a/srcpkgs/dos2unix/template +++ b/srcpkgs/dos2unix/template @@ -1,6 +1,6 @@ # Template file for 'dos2unix' pkgname=dos2unix -version=7.5.0 +version=7.5.1 revision=1 build_style=gnu-makefile hostmakedepends="gettext" @@ -11,7 +11,7 @@ license="BSD-2-Clause" homepage="https://waterlan.home.xs4all.nl/dos2unix.html" changelog="https://waterlan.home.xs4all.nl/dos2unix/NEWS.txt" distfiles="https://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=7a3b01d01e214d62c2b3e04c3a92e0ddc728a385566e4c0356efa66fd6eb95af +checksum=da07788bb2e029b0d63f6471d166f68528acd8da2cf14823a188e8a9d5c1fc15 post_install() { rm -rf ${DESTDIR}/usr/share/doc/${pkgname}-${version} |