Skip to content

Commit 03a2351

Browse files
authored
Merge pull request #479 from tutorcruncher/add_libssl_to_apt_file
Add the correct libssl1.1 url to the Apt file
2 parents e36bf0c + c6e151c commit 03a2351

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Aptfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
libjpeg62
22
libc6
3-
https://mirrors.edge.kernel.org/ubuntu/pool/main/o/openssl1.1/libssl1.1_1.1.1f-1ubuntu2_amd64.deb
3+
http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.24_amd64.deb

src/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.0.37'
1+
VERSION = '1.0.38'

0 commit comments

Comments
 (0)