Skip to content

Commit

Permalink
Merge pull request #16207 from ajayk/withdraw-apk-tools
Browse files Browse the repository at this point in the history
apk-tools: revert to version  2.14.1
  • Loading branch information
ajayk authored Apr 2, 2024
2 parents c4c0f23 + dbc95d5 commit 84b09a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions apk-tools.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: apk-tools
version: 2.14.3
version: 2.14.1
epoch: 0
description: "apk-tools (Wolfi package manager)"
copyright:
Expand All @@ -26,7 +26,7 @@ pipeline:
- uses: fetch
with:
uri: https://gitlab.alpinelinux.org/alpine/apk-tools/-/archive/v${{package.version}}/apk-tools-v${{package.version}}.tar.gz
expected-sha256: 5391ad16a7941c6550f098d282c6c9bbb8afdb5edd3e971d679a2e3a2fb5eb86
expected-sha256: c06487563cae9e92161dfe1a81e714f700229cc0ad075b6c26ac3f157892e732

- runs: |
sed -i -e 's:-Werror::' Make.rules
Expand Down Expand Up @@ -62,6 +62,7 @@ subpackages:
mv "${{targets.destdir}}"/usr/lib "${{targets.subpkgdir}}"/usr/lib
update:
enabled: true
# setting the update to false until the latest apk tools fails for previously built packages
enabled: false
release-monitor:
identifier: 20466
2 changes: 2 additions & 0 deletions withdrawn-packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ libsamplerate-0.2.2-r0.apk
libsamplerate-dev-0.2.2-r0.apk
libsamplerate-doc-0.2.2-r0.apk
libsamplerate-static-0.2.2-r0.apk
apk-tools-2.14.3-r0.apk
apk-tools-dev-2.14.3-r0.apk

0 comments on commit 84b09a2

Please sign in to comment.