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
Merge requests
!80161
testing/melange: upgrade to 0.20.1
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
testing/melange: upgrade to 0.20.1
fossdd/aports:melange-0.20.1-r0
into
master
Overview
0
Commits
2
Pipelines
10
Changes
1
Merged
achill (fossdd)
requested to merge
fossdd/aports:melange-0.20.1-r0
into
master
1 month ago
Overview
0
Commits
2
Pipelines
10
Changes
1
Expand
https://github.com/chainguard-dev/melange/releases/tag/v0.20.1
0
0
Merge request reports
Compare
version 6
version 8
ce4f4729
2 weeks ago
version 7
d8aa3409
3 weeks ago
version 6
d222c938
3 weeks ago
version 5
1747095d
4 weeks ago
version 4
276d0694
4 weeks ago
version 3
a1e989cd
1 month ago
version 2
bfbb881e
1 month ago
version 1
9be37832
1 month ago
master (base)
and
version 7
latest version
7f98303f
2 commits,
2 weeks ago
version 8
ce4f4729
2 commits,
2 weeks ago
version 7
d8aa3409
2 commits,
3 weeks ago
version 6
d222c938
2 commits,
3 weeks ago
version 5
1747095d
2 commits,
4 weeks ago
version 4
276d0694
2 commits,
4 weeks ago
version 3
a1e989cd
2 commits,
1 month ago
version 2
bfbb881e
2 commits,
1 month ago
version 1
9be37832
2 commits,
1 month ago
Show latest version
1 file
+
1
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
testing/melange/APKBUILD
+
1
−
6
Options
@@ -14,14 +14,9 @@ subpackages="
"
source
=
"https://github.com/chainguard-dev/melange/archive/v
$pkgver
/melange-
$pkgver
.tar.gz"
prepare
()
{
default_prepare
go mod tidy
}
build
()
{
mkdir
build
go build
-o
build/ .
..
go build
-o
build/
.
for
i
in
bash fish zsh
;
do
./build/melange completion
$i
>
melange.
$i
Loading