mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
chore: update to 2026.02.06.1
This commit is contained in:
parent
33ca111c10
commit
79f3dfbace
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = xcrush-bin
|
||||
pkgdesc = Unofficial build tool for creating custom Crush distributions with plugins
|
||||
pkgver = 2026.02.03.2
|
||||
pkgver = 2026.02.06.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/aleksclark/crush-modules
|
||||
license = MIT
|
||||
|
|
@ -8,9 +8,9 @@ pkgbase = xcrush-bin
|
|||
provides = xcrush
|
||||
arch = aarch64
|
||||
source_aarch64 = https://github.com/aleksclark/crush-modules/releases/download/${pkgver}/xcrush_${pkgver}_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 913023662a74571edc851fcd07934f92e97b02c4149d3f4dfbb0ffa7af53a771
|
||||
sha256sums_aarch64 = ae9666bad11d9b941f14f6db576f6022979b763f450c910403cc8135a1846c9d
|
||||
arch = x86_64
|
||||
source_x86_64 = https://github.com/aleksclark/crush-modules/releases/download/${pkgver}/xcrush_${pkgver}_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = bc80b5c062988c544c538575398d3689f253afe1140b01af4b216b5556562a52
|
||||
sha256sums_x86_64 = 2474a89514953e2546b452eadc72d900f06eca4032e0000c676622220e5fc525
|
||||
|
||||
pkgname = xcrush-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
# Contributor: Aleks Clark <aleks dot clark at gmail dot com>
|
||||
|
||||
pkgname='xcrush-bin'
|
||||
pkgver=2026.02.03.2
|
||||
pkgver=2026.02.06.1
|
||||
pkgrel=1
|
||||
pkgdesc='Unofficial build tool for creating custom Crush distributions with plugins'
|
||||
url='https://github.com/aleksclark/crush-modules'
|
||||
|
|
@ -13,10 +13,10 @@ provides=('xcrush')
|
|||
conflicts=('crush-modules')
|
||||
|
||||
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/aleksclark/crush-modules/releases/download/${pkgver}/xcrush_${pkgver}_linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('913023662a74571edc851fcd07934f92e97b02c4149d3f4dfbb0ffa7af53a771')
|
||||
sha256sums_aarch64=('ae9666bad11d9b941f14f6db576f6022979b763f450c910403cc8135a1846c9d')
|
||||
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/aleksclark/crush-modules/releases/download/${pkgver}/xcrush_${pkgver}_linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('bc80b5c062988c544c538575398d3689f253afe1140b01af4b216b5556562a52')
|
||||
sha256sums_x86_64=('2474a89514953e2546b452eadc72d900f06eca4032e0000c676622220e5fc525')
|
||||
|
||||
package() {
|
||||
# bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue