File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
package :
2
2
name : powershell
3
- version : 7.4.1
3
+ version : 7.4.6
4
4
epoch : 2
5
5
description : ' cross-platform automation and configuration tool/framework'
6
6
copyright :
@@ -18,7 +18,7 @@ environment:
18
18
- aspnet-8-runtime
19
19
- aspnet-8-targeting-pack
20
20
- build-base
21
- - dotnet-8- sdk
21
+ - dotnet-sdk-8.0.404
22
22
- icu-dev
23
23
- krb5-dev
24
24
- libpsl-native
@@ -32,7 +32,7 @@ pipeline:
32
32
with :
33
33
repository : https://github.com/powershell/powershell
34
34
tag : v${{package.version}}
35
- expected-commit : 5668713d3c906d63cd68e37d415206a95ac061d0
35
+ expected-commit : 81930547a20205e5bfed32c66ab6fed50d6e2008
36
36
destination : powershell
37
37
38
38
- working-directory : /home/build/powershell
@@ -70,7 +70,7 @@ pipeline:
70
70
install -dm 755 "${{targets.destdir}}"/usr/lib "${{targets.destdir}}"/usr/bin
71
71
72
72
# library copy
73
- cp -ar /home/build/powershell/src/powershell-unix/bin/Linux/*/wolfi * "${{targets.destdir}}"/usr/lib/${{package.name}}
73
+ cp -ar /home/build/powershell/src/powershell-unix/bin/Linux/*/linux-x64 * "${{targets.destdir}}"/usr/lib/${{package.name}}
74
74
75
75
# already provided by 'libpsl-native' aport
76
76
rm -f "${{targets.destdir}}"/usr/lib/$pkgname/libpsl-native.so
You can’t perform that action at this time.
0 commit comments