diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2022-07-30 13:52:56 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2022-08-02 10:35:27 +0200 |
commit | 8e632f678e7003d22b8475a295ee7d2cc966d2b4 (patch) | |
tree | 261b3155352451dafd917c692b026d4d21e06746 /testing/powershell | |
parent | 5d844bf4f9135ad1904cc831a9411490eb860dc7 (diff) | |
download | aports-8e632f678e7003d22b8475a295ee7d2cc966d2b4.zip |
testing: mass rebuild against openssl3
Diffstat (limited to 'testing/powershell')
-rw-r--r-- | testing/powershell/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/powershell/APKBUILD b/testing/powershell/APKBUILD index fb90b483d28..d357c827a0f 100644 --- a/testing/powershell/APKBUILD +++ b/testing/powershell/APKBUILD @@ -3,7 +3,7 @@ pkgname=powershell pkgver=7.2.5 -pkgrel=0 +pkgrel=1 pkgdesc="A cross-platform automation and configuration tool/framework" arch="x86_64" # arm / arm64 seem to require crosscompilation url="https://github.com/PowerShell/PowerShell" @@ -14,7 +14,7 @@ makedepends=" git icu-dev lttng-ust-dev - openssl-dev + openssl-dev>3 zlib-dev " source=" |