mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 04:41:00 +01:00
Update to v0.8.0
This commit is contained in:
parent
89ea88323b
commit
04e82b431c
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = raffi-bin
|
||||
pkgdesc = raffi - fuzzel launcher based on yaml configuration
|
||||
pkgver = 0.7.0
|
||||
pkgver = 0.8.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/chmouel/raffi
|
||||
license = Apache 2.0
|
||||
|
|
@ -8,7 +8,7 @@ pkgbase = raffi-bin
|
|||
conflicts = raffi
|
||||
provides = raffi
|
||||
arch = x86_64
|
||||
source_x86_64 = https://github.com/chmouel/raffi/releases/download/v0.7.0/raffi_0.7.0_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 37c94a90caf1cd19dec8c77898a540319339feb2d13e0c3c96cc71f44d638bd0
|
||||
source_x86_64 = https://github.com/chmouel/raffi/releases/download/v0.8.0/raffi_0.8.0_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 7759b5b1da4e67870930e736387e37cd3c3ded1e7b9544185c5b3dcf85cd0794
|
||||
|
||||
pkgname = raffi-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Chmouel Boudjnah <chmouel@chmouel.com>
|
||||
|
||||
pkgname='raffi-bin'
|
||||
pkgver=0.7.0
|
||||
pkgver=0.8.0
|
||||
pkgrel=1
|
||||
pkgdesc='raffi - fuzzel launcher based on yaml configuration'
|
||||
url='https://github.com/chmouel/raffi'
|
||||
|
|
@ -12,8 +12,8 @@ provides=('raffi')
|
|||
conflicts=('raffi')
|
||||
depends=('fuzzel')
|
||||
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/chmouel/raffi/releases/download/v0.7.0/raffi_0.7.0_linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('37c94a90caf1cd19dec8c77898a540319339feb2d13e0c3c96cc71f44d638bd0')
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/chmouel/raffi/releases/download/v0.8.0/raffi_0.8.0_linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('7759b5b1da4e67870930e736387e37cd3c3ded1e7b9544185c5b3dcf85cd0794')
|
||||
|
||||
package() {
|
||||
# bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue