xbps-static: update to 0.59.1.

This commit is contained in:
Duncaen 2023-08-30 21:41:17 +02:00
parent 3cae653ca7
commit 5543134539
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
1 changed files with 2 additions and 2 deletions

View File

@ -2,12 +2,12 @@
# NOTE: keep this package synchronized with "srcpkgs/xbps"
pkgname=xbps-static
version=0.59.1
revision=6
revision=7
# only musl
archs="*-musl"
build_style=configure
hostmakedepends="pkg-config"
makedepends="libarchive-devel"
makedepends="libarchive-devel zlib-devel openssl-devel"
depends="xbps-triggers"
short_desc="XBPS package system utilities - static binaries"
maintainer="Juan RP <xtraeme@voidlinux.org>"