mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
Update to v0.8.2
This commit is contained in:
parent
4d087b1ed0
commit
d2d4ddbf06
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.8.1
|
||||
pkgver = 0.8.2
|
||||
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.8.1/raffi_0.8.1_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 9a7b35ff688553d67f0d048ebcd1af6d7aaadeba4be1a51f8f9c9263d630a223
|
||||
source_x86_64 = https://github.com/chmouel/raffi/releases/download/v0.8.2/raffi_0.8.2_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = a5f542ff5e7de125e7c5fccd9edf5c84244500b3f5dca86100858d3eba96b302
|
||||
|
||||
pkgname = raffi-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Chmouel Boudjnah <chmouel@chmouel.com>
|
||||
|
||||
pkgname='raffi-bin'
|
||||
pkgver=0.8.1
|
||||
pkgver=0.8.2
|
||||
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.8.1/raffi_0.8.1_linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('9a7b35ff688553d67f0d048ebcd1af6d7aaadeba4be1a51f8f9c9263d630a223')
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/chmouel/raffi/releases/download/v0.8.2/raffi_0.8.2_linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('a5f542ff5e7de125e7c5fccd9edf5c84244500b3f5dca86100858d3eba96b302')
|
||||
|
||||
package() {
|
||||
# bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue