Skip to content

Commit

Permalink
Bump packages (2024-10-30-03-41)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 30, 2024
1 parent 2edb629 commit 34923dd
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions k3s-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = k3s-bin
pkgdesc = Lightweight Kubernetes
pkgver = 1.30.3+k3s1
pkgver = 1.31.1+k3s1
pkgrel = 1
url = https://k3s.io
arch = x86_64
Expand All @@ -13,11 +13,11 @@ pkgbase = k3s-bin
source = k3s.service.env
sha256sums = 6dae4b76712fc5ad7e515ad8a14fee0b961bfb0cd624d998ac954c233aa90ff5
sha256sums = 667199fa6b811dde3aef3e626e2695a566ad64c9a03d19d0c94a1f104a7612d0
source_x86_64 = k3s-1.30.3+k3s1-x86_64::https://github.com/k3s-io/k3s/releases/download/v1.30.3+k3s1/k3s
sha256sums_x86_64 = 00e9752be22c0e440cee3a8ffd51e2b8c18ef10cea7edf11cc33f37c70bb6385
source_armv7h = k3s-1.30.3+k3s1-armv7h::https://github.com/k3s-io/k3s/releases/download/v1.30.3+k3s1/k3s-armhf
sha256sums_armv7h = 52e896f21b919fc54d17c4038d8fd080a5df036f211c2ba31336d7329c98012b
source_aarch64 = k3s-1.30.3+k3s1-aarch64::https://github.com/k3s-io/k3s/releases/download/v1.30.3+k3s1/k3s-arm64
sha256sums_aarch64 = 00786746ad8b61efc96e3ea9d4dd3315fbd47818d89d8f5cad2be8a17e69b9aa
source_x86_64 = k3s-1.31.1+k3s1-x86_64::https://github.com/k3s-io/k3s/releases/download/v1.31.1+k3s1/k3s
sha256sums_x86_64 = 404141c08a6b194246784191f1fc7200dc7a56f4b44aff069e00ff2786803d96
source_armv7h = k3s-1.31.1+k3s1-armv7h::https://github.com/k3s-io/k3s/releases/download/v1.31.1+k3s1/k3s-armhf
sha256sums_armv7h = df88838e94f958097a4aa45676cb3dbe1579aecfa29ff8e2a2a2ac5cdadca9e5
source_aarch64 = k3s-1.31.1+k3s1-aarch64::https://github.com/k3s-io/k3s/releases/download/v1.31.1+k3s1/k3s-arm64
sha256sums_aarch64 = 8ddcf03f00031342e187600554b52457779c5b8feb10cdf48f87900bfdb7a702

pkgname = k3s-bin
8 changes: 4 additions & 4 deletions k3s-bin/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Nicolas Martyanoff <nicolas@n16f.net>
pkgname="k3s-bin"
pkgver="1.30.3+k3s1"
pkgver="1.31.1+k3s1"
pkgrel="1"
pkgdesc="Lightweight Kubernetes"
url="https://k3s.io"
Expand Down Expand Up @@ -31,9 +31,9 @@ source_aarch64=(

sha256sums=('6dae4b76712fc5ad7e515ad8a14fee0b961bfb0cd624d998ac954c233aa90ff5'
'667199fa6b811dde3aef3e626e2695a566ad64c9a03d19d0c94a1f104a7612d0')
sha256sums_x86_64=('00e9752be22c0e440cee3a8ffd51e2b8c18ef10cea7edf11cc33f37c70bb6385')
sha256sums_armv7h=('52e896f21b919fc54d17c4038d8fd080a5df036f211c2ba31336d7329c98012b')
sha256sums_aarch64=('00786746ad8b61efc96e3ea9d4dd3315fbd47818d89d8f5cad2be8a17e69b9aa')
sha256sums_x86_64=('404141c08a6b194246784191f1fc7200dc7a56f4b44aff069e00ff2786803d96')
sha256sums_armv7h=('df88838e94f958097a4aa45676cb3dbe1579aecfa29ff8e2a2a2ac5cdadca9e5')
sha256sums_aarch64=('8ddcf03f00031342e187600554b52457779c5b8feb10cdf48f87900bfdb7a702')

package() {
install -Dm 755 $srcdir/k3s-${pkgver}-${CARCH} $pkgdir/usr/bin/k3s
Expand Down
2 changes: 1 addition & 1 deletion mixxx-git/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = mixxx-git
pkgdesc = Digital DJ mixing software. Git master branch (development/alpha).
pkgver = r9299
pkgver = r9301
pkgrel = 1
url = https://mixxx.org/
install = mixxx.install
Expand Down
2 changes: 1 addition & 1 deletion mixxx-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Contributor: regreddit <nik.martin@gmail.com>

pkgname=mixxx-git
pkgver=r9299
pkgver=r9301
pkgrel=1
pkgdesc="Digital DJ mixing software. Git master branch (development/alpha)."
# TODO: Re-add aarch64 once we figure out a performant way to build it
Expand Down

0 comments on commit 34923dd

Please sign in to comment.