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
adbefe21
Commit
adbefe21
authored
3 years ago
by
Michał Polański
Browse files
Options
Downloads
Patches
Plain Diff
community/podman: upgrade to 4.0.1
parent
d28b7d2a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/podman/APKBUILD
+2
-4
2 additions, 4 deletions
community/podman/APKBUILD
community/podman/fix-version.patch
+0
-13
0 additions, 13 deletions
community/podman/fix-version.patch
with
2 additions
and
17 deletions
community/podman/APKBUILD
+
2
−
4
View file @
adbefe21
# Contributor: Michał Polański <michal@polanski.me>
# Maintainer: Michał Polański <michal@polanski.me>
pkgname
=
podman
pkgver
=
4.0.
0
pkgver
=
4.0.
1
pkgrel
=
0
pkgdesc
=
"Simple management tool for pods, containers and images"
url
=
"https://podman.io/"
...
...
@@ -42,7 +42,6 @@ subpackages="
source
=
"https://github.com/containers/podman/archive/v
$pkgver
/podman-
$pkgver
.tar.gz
podman.initd
podman.confd
fix-version.patch
"
# secfixes:
...
...
@@ -117,8 +116,7 @@ docker_doc() {
}
sha512sums
=
"
2e25f303d143bc4e265f0f8998ea1c4af3d6da8b35452cf6b27a4eb204805a9b5f75f4b6430921b42c80b76a6b5c9cf35a732c265727a11261fca25cc96f57e7
podman-4.0.
0
.tar.gz
b333c91f1c04ef084df05dc6f31717e89078a3e5c6b620c403c29e4a3c9db30bbd15537334a645206d85bfb9679b1f4748c46936d9ca21c1f77066e8cf0f25c8
podman-4.0.
1
.tar.gz
72e91da5c2144c190f4f1a98b5b1f32cbaee50ef53d4c0a2a255a514b79d76cf71a1eca9470d4ad0a5f51ee65df68b1711fd7c5b90a416916715c607275af484 podman.initd
ec6e6d3f72d0ab6c90a30b2cca5152c0d0f1e402ae671289263d7bf3b5141de9d67c3593f20b6075cedd214b7fb1506e69ff7b4f9691b43b391389343ab9b9b1 podman.confd
0961c036326c03c631aeaf82d7d9f06b900262143beb5dc13183ee489a10119b90620189ce4491b4003be4d155253855705390954be5d463e8347e7ad22ca3f0 fix-version.patch
"
This diff is collapsed.
Click to expand it.
community/podman/fix-version.patch
deleted
100644 → 0
+
0
−
13
View file @
d28b7d2a
Fix version number
--- a/version/version.go
+++ b/version/version.go
@@ -27,7 +27,7 @@
const (
// NOTE: remember to bump the version at the top
// of the top-level README.md file when this is
// bumped.
-var Version = semver.MustParse("4.0.0-dev")
+var Version = semver.MustParse("4.0.0")
// See https://docs.docker.com/engine/api/v1.40/
// libpod compat handlers are expected to honor docker API versions
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