Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openconnect: update to version 9.01 #15159

Merged
merged 1 commit into from Jun 23, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions net/openconnect/Portfile
Expand Up @@ -3,8 +3,8 @@
PortSystem 1.0

name openconnect
version 8.10
revision 1
version 9.01
revision 0
categories net
platforms darwin
maintainers nomaintainer
Expand All @@ -31,10 +31,10 @@ depends_lib port:gettext \
master_sites ftp://ftp.infradead.org/pub/openconnect/

# md5 is needed for http master_site below
checksums md5 d772c3c68afae12252a5377a99352b97 \
rmd160 775b1d6e16605c5437d5d52db08720f6634704f5 \
sha256 30e64c6eca4be47bbf1d61f53dc003c6621213738d4ea7a35e5cf1ac2de9bab1 \
size 2084534
checksums md5 97226a006a984224f18df54fc9fcd868 \
rmd160 6626b0c73279dd07a11a7b90e060ea83e4dc93de \
sha256 b3d7faf830e9793299d6a41e81d84cd4a3e2789c148c9e598e4585010090e4c7 \
size 2718526

foreach {type checksum} ${checksums} {
if {${type} == "md5"} {
Expand Down