mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
salt: update to 3000.1.
This commit is contained in:
parent
ba4f58db03
commit
8d2d5b93e0
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'salt'
|
# Template file for 'salt'
|
||||||
pkgname=salt
|
pkgname=salt
|
||||||
version=3000
|
version=3000.1
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -8,14 +8,14 @@ pycompile_module="salt"
|
||||||
hostmakedepends="python3-devel python3-setuptools python3-distro"
|
hostmakedepends="python3-devel python3-setuptools python3-distro"
|
||||||
depends="python3-yaml python3-Jinja2 python3-requests python3-pyzmq
|
depends="python3-yaml python3-Jinja2 python3-requests python3-pyzmq
|
||||||
python3-M2Crypto python3-tornado python3-msgpack dmidecode pciutils
|
python3-M2Crypto python3-tornado python3-msgpack dmidecode pciutils
|
||||||
python3-psutil"
|
python3-psutil python3-distro"
|
||||||
short_desc="Remote execution system, and configuration manager"
|
short_desc="Remote execution system, and configuration manager"
|
||||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="http://saltstack.org/"
|
homepage="http://saltstack.org/"
|
||||||
changelog="https://docs.saltstack.com/en/latest/topics/releases/${version}.html"
|
changelog="https://docs.saltstack.com/en/latest/topics/releases/${version}.html"
|
||||||
distfiles="${PYPI_SITE}/s/salt/salt-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/salt/salt-${version}.tar.gz"
|
||||||
checksum=04fbc64933b375cbbefc9576bcc65167b74d5eec7f58e64d096d67529ea66500
|
checksum=5ad18044b4a47690d09c3ebc842a64d58144d63f40019e867683377dbf337aab
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/salt/cloud.providers.d/digitalocean.conf
|
/etc/salt/cloud.providers.d/digitalocean.conf
|
||||||
/etc/salt/cloud.providers.d/vsphere.conf
|
/etc/salt/cloud.providers.d/vsphere.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue