Skip to content

Commit

Permalink
Bump system/grub2-efi to 2.06-150500.27.4 (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
ci-robbot authored Dec 28, 2023
1 parent 0f460a7 commit d6ed2e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/system/grub2-efi/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "grub2-efi"
category: "system"
version: "2.06-150405"
version: "2.06-150500.27.4"
license: "GPL-3.0-or-later"
labels:
autobump.strategy: "custom"
Expand All @@ -10,3 +10,4 @@ labels:
curl -s -L https://download.opensuse.org/distribution/leap/15.5/repo/oss/$(curl -s -L https://download.opensuse.org/distribution/leap/15.5/repo/oss/repodata/repomd.xml | dasel -r xml 'repomd.data.[0].location.-href') | gunzip | dasel -r xml -w json | jq '.metadata.package[] | select(.name|match("grub2-x86_64-efi$")) | select(.arch!="src").version | map(.)[2] + "-" + map(.)[1]' -r | tail -n1
autobump.version_hook: |
curl -s -L https://download.opensuse.org/distribution/leap/15.5/repo/oss/$(curl -s -L https://download.opensuse.org/distribution/leap/15.5/repo/oss/repodata/repomd.xml | dasel -r xml 'repomd.data.[0].location.-href') | gunzip | dasel -r xml -w json | jq '.metadata.package[] | select(.name|match("grub2-x86_64-efi$")) | select(.arch!="src").version | map(.)[2] + "-" + map(.)[1]' -r | tail -n1
package.version: "2.06-150500.27.4"

0 comments on commit d6ed2e9

Please sign in to comment.