waitforfile: update to 0.1.8.
This commit is contained in:
parent
dce9dffc35
commit
d6c4e5f7ff
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'waitforfile'
|
||||
pkgname=waitforfile
|
||||
version=0.1.7
|
||||
version=0.1.8
|
||||
revision=1
|
||||
hostmakedepends="cargo"
|
||||
short_desc="Wait until the given file exists"
|
||||
|
@ -8,7 +8,7 @@ maintainer="cr6git <quark6@protonmail.com>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/nroi/waitforfile"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=cc0d0e71341c45ff4f7b4e3cd76229fa896ff80307ce7de653586f3040250c21
|
||||
checksum=e63c7b964d4b475f4d84fba62a8b2e43593cbe73c7ce4840474836a978ca01a3
|
||||
nocross=yes
|
||||
|
||||
do_build() {
|
||||
|
|
Loading…
Reference in New Issue