mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
acme.sh: update to 3.1.0
This commit is contained in:
parent
e1e03b4e5b
commit
ead7712d3e
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'acme.sh'
|
# Template file for 'acme.sh'
|
||||||
pkgname=acme.sh
|
pkgname=acme.sh
|
||||||
version=3.0.9
|
version=3.1.0
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="Pure Unix shell script implementing ACME client protocol"
|
short_desc="Pure Unix shell script implementing ACME client protocol"
|
||||||
maintainer="Emil Miler <em@0x45.cz>"
|
maintainer="Emil Miler <em@0x45.cz>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/acmesh-official/acme.sh"
|
homepage="https://github.com/acmesh-official/acme.sh"
|
||||||
distfiles="https://github.com/acmesh-official/acme.sh/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/acmesh-official/acme.sh/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=a599e8373cd327fb611362bec6f1bfb0bf65c97b3401c440cfea9304a0f0cb41
|
checksum=5bc8a72095e16a1a177d1a516728bbd3436abf8060232d5d36b462fce74447aa
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/share/acme.sh/deploy
|
vmkdir usr/share/acme.sh/deploy
|
||||||
|
|
Loading…
Add table
Reference in a new issue