mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
zfs-prune-snapshots: fix package metadata
This commit is contained in:
parent
ec9e6cf710
commit
ff41f632ea
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'zfs-prune-snapshots'
|
||||
pkgname=zfs-prune-snapshots
|
||||
version=1.1.0
|
||||
revision=1
|
||||
revision=2
|
||||
archs="noarch"
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="make"
|
||||
depends="bash zfs"
|
||||
checkdepends="shellcheck"
|
||||
short_desc="Remove snapshots that match given criteria from one or more ZFS pools"
|
||||
maintainer="Andrew J. Hesford <ahesford@gleason.com>"
|
||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/bahamas10/${pkgname}"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
|
|
Loading…
Add table
Reference in a new issue