diff options
author | Juergen Daubert <jue@jue.li> | 2022-12-27 11:55:10 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2022-12-27 11:55:10 +0100 |
commit | 9dae0e3a8f34b8d71c38ddcce4f836b4e58185da (patch) | |
tree | 92a1c4923e0a2aac035694ea3aa1653d177dc44d | |
parent | 0cf34e6cc39c7b01dee6f275a3c5681a662fe1bb (diff) | |
download | core-9dae0e3a8f34b8d71c38ddcce4f836b4e58185da.tar.gz core-9dae0e3a8f34b8d71c38ddcce4f836b4e58185da.tar.xz |
file: update to 5.44
-rw-r--r-- | file/.signature | 6 | ||||
-rw-r--r-- | file/Pkgfile | 5 |
2 files changed, 5 insertions, 6 deletions
diff --git a/file/.signature b/file/.signature index 9ecf4d21..3c3f0040 100644 --- a/file/.signature +++ b/file/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqocHtqr51O8mk4jJJPyKYMNy9IcU+BMVPbKqKpKOsa2gRxUQp5l/IcSuZGjwFL24b+EWO5YFgUXoOJSfSukxsQI= -SHA256 (Pkgfile) = 36afddaad0bee03d1fc367523184775246de5f1db2510c7673935006fecb7368 +RWRJc1FUaeVeqsS29dbVW7FtATSxDxmLL+c8udBr+SBcN4kxNs9o8hLGk3pyElSI6/FcJ+l07lakYR7knD2vFxfMa+7PbI44dgE= +SHA256 (Pkgfile) = 3ffd8c29130514dfdcd2862b72ad86f0e250c6e40cbcd631e433e639c7b8228b SHA256 (.footprint) = cee17b798bf4ff8fc815c236ce0c2dad2ad776ac961cbe0b7f55f9c92223c94a -SHA256 (file-5.43.tar.gz) = 8c8015e91ae0e8d0321d94c78239892ef9dbc70c4ade0008c0e95894abfb1991 +SHA256 (file-5.44.tar.gz) = 3751c7fba8dbc831cb8d7cc8aff21035459b8ce5155ef8b0880a27d028475f3b diff --git a/file/Pkgfile b/file/Pkgfile index d88d0062..826b7a49 100644 --- a/file/Pkgfile +++ b/file/Pkgfile @@ -1,16 +1,15 @@ # Description: File type identification utility # URL: https://www.darwinsys.com/file/ # Maintainer: CRUX System Team, core-ports at crux dot nu -# Depends on: zlib +# Depends on: bzip2 zstd name=file -version=5.43 +version=5.44 release=1 source=(http://www.astron.com/pub/file/$name-$version.tar.gz) build() { cd file-$version - autoreconf -vfi ./configure \ --prefix=/usr \ --enable-fsect-man5 \ |