Skip to content

Commit

Permalink
Merge pull request #369 from aminvakil/butanebin0.21.0
Browse files Browse the repository at this point in the history
upgpkg: butane-bin 0.21.0-1
  • Loading branch information
aminvakil committed Jun 8, 2024
2 parents 20d57b0 + db1f6e1 commit b130752
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions butane-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
pkgbase = butane-bin
pkgdesc = Fedora CoreOS Config Transpiler
pkgver = 0.20.0
pkgver = 0.21.0
pkgrel = 1
url = https://github.com/coreos/butane
arch = aarch64
arch = x86_64
license = Apache
provides = butane
conflicts = butane
validpgpkeys = E8F23996F23218640CB44CBE75CF5AC418B8E74C
source_aarch64 = https://github.com/coreos/butane/releases/download/v0.20.0/butane-aarch64-unknown-linux-gnu
source_aarch64 = https://github.com/coreos/butane/releases/download/v0.20.0/butane-aarch64-unknown-linux-gnu.asc
sha256sums_aarch64 = e4f8f34e42131e773efa8e3c38d0fc96ec994b935992193442a2801213bd672d
validpgpkeys = 115DF9AEF857853EE8445D0A0727707EA15B79CC
source_aarch64 = https://github.com/coreos/butane/releases/download/v0.21.0/butane-aarch64-unknown-linux-gnu
source_aarch64 = https://github.com/coreos/butane/releases/download/v0.21.0/butane-aarch64-unknown-linux-gnu.asc
sha256sums_aarch64 = 7dc0f7d008a25cc7f8ee0c5aa7922ca6ceecdc7de4c7cb7118f310c867992971
sha256sums_aarch64 = SKIP
source_x86_64 = https://github.com/coreos/butane/releases/download/v0.20.0/butane-x86_64-unknown-linux-gnu
source_x86_64 = https://github.com/coreos/butane/releases/download/v0.20.0/butane-x86_64-unknown-linux-gnu.asc
sha256sums_x86_64 = 28003c61b991d17d66c23cd3f305202ae14736b8e7fd941986b6086cf931ed4b
source_x86_64 = https://github.com/coreos/butane/releases/download/v0.21.0/butane-x86_64-unknown-linux-gnu
source_x86_64 = https://github.com/coreos/butane/releases/download/v0.21.0/butane-x86_64-unknown-linux-gnu.asc
sha256sums_x86_64 = 1b2d568a423e3bb262d9317632ff5782a59455f8ef7aa30a63e86ca29f74304f
sha256sums_x86_64 = SKIP

pkgname = butane-bin
8 changes: 4 additions & 4 deletions butane-bin/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

_pkgname=butane
pkgname=butane-bin
pkgver=0.20.0
pkgver=0.21.0
pkgrel=1
pkgdesc="Fedora CoreOS Config Transpiler"
arch=('aarch64' 'x86_64')
Expand All @@ -17,12 +17,12 @@ provides=('butane')
source_aarch64=(https://github.com/coreos/butane/releases/download/v$pkgver/butane-aarch64-unknown-linux-gnu{,.asc})
source_x86_64=(https://github.com/coreos/butane/releases/download/v$pkgver/butane-x86_64-unknown-linux-gnu{,.asc})

sha256sums_aarch64=('e4f8f34e42131e773efa8e3c38d0fc96ec994b935992193442a2801213bd672d'
sha256sums_aarch64=('7dc0f7d008a25cc7f8ee0c5aa7922ca6ceecdc7de4c7cb7118f310c867992971'
'SKIP')
sha256sums_x86_64=('28003c61b991d17d66c23cd3f305202ae14736b8e7fd941986b6086cf931ed4b'
sha256sums_x86_64=('1b2d568a423e3bb262d9317632ff5782a59455f8ef7aa30a63e86ca29f74304f'
'SKIP')

validpgpkeys=('E8F23996F23218640CB44CBE75CF5AC418B8E74C')
validpgpkeys=('115DF9AEF857853EE8445D0A0727707EA15B79CC')

package() {
mkdir -p ${pkgdir}/usr/bin
Expand Down

0 comments on commit b130752

Please sign in to comment.