[skip ci] update version gopass-bridge

This commit is contained in:
az 2023-06-02 19:21:06 +02:00
parent 4063f56834
commit 59c5c8ba5a

View file

@ -9,8 +9,8 @@ import org.domaindrivenarchitecture.provs.framework.ubuntu.web.base.downloadFrom
fun Prov.downloadGopassBridge() = task { fun Prov.downloadGopassBridge() = task {
val version = "0.9.0" // Attention: when changing the version, you also need to change the number after /file/ in the download url below
val filename = "gopass_bridge-${version}-fx.xpi" val filename = "gopass_bridge-0.9.0-fx.xpi"
val downloadDir = "${userHome()}Downloads/" val downloadDir = "${userHome()}Downloads/"
createDirs(downloadDir) createDirs(downloadDir)
@ -18,7 +18,7 @@ fun Prov.downloadGopassBridge() = task {
"-L https://addons.mozilla.org/firefox/downloads/file/3630534/$filename", "-L https://addons.mozilla.org/firefox/downloads/file/3630534/$filename",
downloadDir + filename downloadDir + filename
) )
// needs manual installation with: firefox Downloads/gopass_bridge-0.8.0-fx.xpi // needs manual installation with: firefox Downloads/gopass_bridge-0.X.0-fx.xpi
} }
fun Prov.installGopassJsonApi() = taskWithResult { fun Prov.installGopassJsonApi() = taskWithResult {