Skip to content

Commit

Permalink
[linuxdeploy-plugin-qt] Revert to previous version
Browse files Browse the repository at this point in the history
The 2.0.0-alpha-1-20241106 release does fail with our apps at the moment, see linuxdeploy/linuxdeploy-plugin-qt#189
  • Loading branch information
jlskuz committed Nov 19, 2024
1 parent d319044 commit 443d24e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ def setTargets(self):
self.targetInstallPath["continous"] = "dev-utils/bin"
self.description = "AppDir creation and maintenance tool. Featuring flexible plugin system."
self.webpage = "https://github.com/linuxdeploy/linuxdeploy"
self.targetDigests["2.0.0-alpha-1-20241106"] = (['0615e9218606f14d38be37ef88908dee1ce6c32a04ad0e4f18dff9a85fa2e217'], CraftHash.HashAlgorithm.SHA256)
self.defaultTarget = "2.0.0-alpha-1-20241106"
self.targetDigests["2.0.0-alpha-1-20241106"] = (["0615e9218606f14d38be37ef88908dee1ce6c32a04ad0e4f18dff9a85fa2e217"], CraftHash.HashAlgorithm.SHA256)
self.defaultTarget = "1-alpha-20240109-1"

def setDependencies(self):
self.runtimeDependencies["virtual/base"] = None
Expand Down

0 comments on commit 443d24e

Please sign in to comment.