Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
08872bd1
Commit
08872bd1
authored
5 months ago
by
Antoine Martin
Committed by
omni
5 months ago
Browse files
Options
Downloads
Patches
Plain Diff
community/powershell: upgrade to 7.4.6
parent
25f1a91d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!75268
main/postgresql15: security upgrade to 15.9
,
!75022
community/linux-edge: add hexdump to makedepends
,
!74122
[3.20] community/powershell: upgrade to 7.4.6, add missing libraries
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/powershell/APKBUILD
+5
-3
5 additions, 3 deletions
community/powershell/APKBUILD
community/powershell/add-missing-nuget-src.patch
+14
-0
14 additions, 0 deletions
community/powershell/add-missing-nuget-src.patch
with
19 additions
and
3 deletions
community/powershell/APKBUILD
+
5
−
3
View file @
08872bd1
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
pkgname
=
powershell
pkgver
=
7.4.
4
pkgver
=
7.4.
6
pkgrel
=
0
pkgdesc
=
"A cross-platform automation and configuration tool/framework"
arch
=
"x86_64 aarch64 armv7"
# blocked by dotnet runtime
...
...
@@ -17,6 +17,7 @@ makedepends="
"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/PowerShell/PowerShell/archive/v
$pkgver
.tar.gz
add-missing-nuget-src.patch
rollback-system-manage-automation-psversioninfo.patch
dependency-gatherer.targets
fix-filesystem-test.patch
...
...
@@ -49,7 +50,7 @@ prepare() {
git init
git config user.name
"example"
git config user.email
"example@example.com"
git add ./
*
git add
-f
./
*
git commit
-m
'Initial'
git tag
-a
"v
$pkgver
"
-m
"Initial"
git remote add origin
"
$url
"
...
...
@@ -142,7 +143,8 @@ package() {
}
sha512sums
=
"
67286cf7f573bf0914fe31a04a9b3d93f824952320d589d7b7e2d513d7e576eb5abd48b26e426d94da55be9b3fb1b55d21d33f080c5b67eedea4bd93a9b98d75 powershell-7.4.4.tar.gz
6e25042aef9598ba4bb54613aa86bbbde70bf71ffa0bf15571d493889fd26ab1d5bbaec35b244b5793368b7e6f1ef0731aad3f6be87d2ac650fe6ab137b1fdf9 powershell-7.4.6.tar.gz
294cad2568c1442fcc26d6a277d59d8c3da362f4b4c12d61e8a228cc830e04516dabfb7b965c927fdd50ca57d98c89016b900f44a67be259bf0ccb45e9808667 add-missing-nuget-src.patch
bac5ac577fd8e6bb8ba83b5c537269b635619ecde2dfa3b31de754865aab8f4fd004bcb972f08f3218ecbcb7ef33c7fb8489370f7f0aaa0bae2e88e3ec736625 rollback-system-manage-automation-psversioninfo.patch
5a70efe247cdae8ed5c66702909137e0727cf5e25aca54983891fc17716a56081825f9a6e57c56f8fa8aa5615a159f81c68ca501d42e2ce085c073be633b3025 dependency-gatherer.targets
0e7550d8b702eeb9ebbd42100b32cbf7a0be676c5922cd6ee03ecdd3ba11d20d42a468f73ee428c6c92c8b7b18f9b022591a368191c2a358034ba4d7e78d2b84 fix-filesystem-test.patch
...
...
This diff is collapsed.
Click to expand it.
community/powershell/add-missing-nuget-src.patch
0 → 100644
+
14
−
0
View file @
08872bd1
diff --git a/nuget.config b/nuget.config
index db65daa..5137d0c 100644
--- a/nuget.config
+++ b/nuget.config
@@ -2,7 +2,8 @@
<configuration>
<packageSources>
<clear />
- <add key="powershell" value="https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell-dotnet-9/nuget/v3/index.json" />
+ <add key="dotnet" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v2" />
+ <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment