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

powershell/7.4.2 package update #16744

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions powershell.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: powershell
version: 7.4.1
version: 7.4.2
epoch: 0
description: 'cross-platform automation and configuration tool/framework'
copyright:
Expand Down Expand Up @@ -32,7 +32,7 @@ pipeline:
with:
repository: https://github.com/powershell/powershell
tag: v${{package.version}}
expected-commit: 5668713d3c906d63cd68e37d415206a95ac061d0
expected-commit: 8ea1598964590b7551ffacda2d2007b94da1e5fa
destination: powershell

- working-directory: /home/build/powershell
Expand Down Expand Up @@ -68,7 +68,7 @@ pipeline:
install -dm 755 "${{targets.destdir}}"/usr/lib "${{targets.destdir}}"/usr/bin

# library copy
cp -ar /home/build/powershell/src/powershell-unix/bin/Linux/*/wolfi* "${{targets.destdir}}"/usr/lib/${{package.name}}
cp -ar /home/build/powershell/src/powershell-unix/bin/Linux/*/linux* "${{targets.destdir}}"/usr/lib/${{package.name}}

# already provided by 'libpsl-native' aport
rm -f "${{targets.destdir}}"/usr/lib/$pkgname/libpsl-native.so
Expand Down
Loading