File tree Expand file tree Collapse file tree
cmdeploy/src/cmdeploy/filtermail Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 with :
1616 ref : ${{ github.event.pull_request.head.sha }}
1717 - name : download filtermail
18- run : curl -L https://github.com/chatmail/filtermail/releases/download/v0.2 .0/filtermail-x86_64-musl -o /usr/local/bin/filtermail && chmod +x /usr/local/bin/filtermail
18+ run : curl -L https://github.com/chatmail/filtermail/releases/download/v0.3 .0/filtermail-x86_64 -o /usr/local/bin/filtermail && chmod +x /usr/local/bin/filtermail
1919 - name : run chatmaild tests
2020 working-directory : chatmaild
2121 run : pipx run tox
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ def __init__(self):
1414
1515 def install (self ):
1616 arch = host .get_fact (facts .server .Arch )
17- url = f"https://github.com/chatmail/filtermail/releases/download/v0.2 .0/filtermail-{ arch } -musl "
17+ url = f"https://github.com/chatmail/filtermail/releases/download/v0.3 .0/filtermail-{ arch } "
1818 sha256sum = {
19- "x86_64" : "1e5bbb646582cb16740c6dfbbca39edba492b78cc96ec9fa2528c612bb504edd " ,
20- "aarch64" : "3564fba8605f8f9adfeefff3f4580533205da043f47c5968d0d10db17e50f44e " ,
19+ "x86_64" : "f14a31323ae2dad3b59d3fdafcde507521da2f951a9478cd1f2fe2b4463df71d " ,
20+ "aarch64" : "933770d75046c4fd7084ce8d43f905f8748333426ad839154f0fc654755ef09f " ,
2121 }[arch ]
2222 self .need_restart |= files .download (
2323 name = "Download filtermail" ,
You can’t perform that action at this time.
0 commit comments