diff --git a/README.md b/README.md index 8b99316..0e0ac08 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Additionally, it is possible to define a custom processor if needed. * `local` * `user123:mypassword@myhost.com` - general format is: - * if password is omitted, then ssh-keys will be used for authentication - * if password is omitted but option `-p` is provided the password will be prompted interactively + * if password is omitted but option `-p` is provided, then the password will be prompted interactively **options** * `-p` for interactive password question diff --git a/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/infrastructure/BinariesProvs.kt b/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/infrastructure/BinariesProvs.kt index bf1a83c..41f2264 100644 --- a/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/infrastructure/BinariesProvs.kt +++ b/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/infrastructure/BinariesProvs.kt @@ -7,11 +7,11 @@ import org.domaindrivenarchitecture.provs.framework.ubuntu.web.base.downloadFrom fun Prov.installBinariesProvs() = task { // check for latest stable release on: https://gitlab.com/domaindrivenarchitecture/provs/-/releases - // release 0.9.6 - val jobId = "2083873496" + // release 0.9.8 + val jobId = "2137287031" val installationPath = " /usr/local/bin/" - val provsServerSha256sum = "1127d0a939e1d3eec8e15cd3969f565732b89d9ca10bbaf134840d25aeb3f03b" - val provsDesktopSha256sum = "626f1e01fca5845a54ddd1e645e52bb4b05d04a4cfa060cd18f1ad15a5d387ad" + val provsDesktopSha256sum = "8ad8ca69adf9b3da0a56d088a8694b366528fdcb4ad6b5047b42f32c4877d7ce" + val provsServerSha256sum = "91adf9bf6bad18b891eed53e23ad03182824daf3c724599255ee8a56294bf88c" createDirs(installationPath, sudo = true)