We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd92626 commit cf0a454Copy full SHA for cf0a454
packages/gentoo-stage3-amd64/definition.yaml
@@ -1,8 +1,8 @@
1
category: "gentoo"
2
name: "stage3-amd64"
3
-version: "0.20210808"
+version: "0.20220314"
4
labels:
5
- package.version: "20210808T170546Z"
+ package.version: "20220314T091708Z"
6
autobump.strategy: "custom"
7
autobump.hook: "wget -4 -O - http://distfiles.gentoo.org/releases/amd64/autobuilds/latest-stage3-amd64-systemd.txt --quiet | tail -n 1 | awk 'match($1, /^[0-9a-zA-Z]+/) { print substr($1, RSTART, RLENGTH) }'"
8
autobump.version_hook: "wget -4 -O - http://distfiles.gentoo.org/releases/amd64/autobuilds/latest-stage3-amd64-systemd.txt --quiet | tail -n 1 | awk 'match($1, /^[0-9]+/) { print substr($1, RSTART, RLENGTH) }'"
0 commit comments