Skip to content

Commit 591336b

Browse files
authored
OpenSSL 3.6.2
1 parent 1570c12 commit 591336b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

install-openssl_3.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -euo pipefail
33

4-
VERSION="3.6.1"
4+
VERSION="3.6.2"
55
BUILD_ROOT="/root/rpmbuild"
66

77
# Установка зависимостей
@@ -51,7 +51,7 @@ echo "Checksum verification successful!"
5151
cat << 'EOF' > "${BUILD_ROOT}/SPECS/openssl.spec"
5252
Summary: OpenSSL %{version} for CentOS/RHEL
5353
Name: openssl
54-
Version: %{?version}%{!?version:3.6.1}
54+
Version: %{?version}%{!?version:3.6.2}
5555
Release: 1%{?dist}
5656
Obsoletes: openssl < %{version}
5757
Conflicts: openssl < %{version}

0 commit comments

Comments
 (0)