bump to v0.8.1

This commit is contained in:
ArjixWasTaken 2025-08-29 22:28:40 +03:00
parent fb66b99851
commit eb202c619b
No known key found for this signature in database
GPG key ID: 5307667CC7DB9E33
2 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
pkgbase = vicinae-bin
pkgdesc = Raycast like FOSS app on Linux
pkgver = 0.8.0
pkgver = 0.8.1
pkgrel = 1
url = https://github.com/vicinaehq/vicinae
arch = x86_64
@ -16,10 +16,10 @@ pkgbase = vicinae-bin
depends = qtkeychain-qt6
provides = vicinae
conflicts = vicinae
source = https://github.com/vicinaehq/vicinae/releases/download/v0.8.0/vicinae-linux-x86_64-v0.8.0.tar.gz
source = https://raw.githubusercontent.com/vicinaehq/vicinae/refs/tags/v0.8.0/extra/vicinae.service
source = https://raw.githubusercontent.com/vicinaehq/vicinae/refs/tags/v0.8.0/vicinae/icons/vicinae.svg
sha256sums = d5a64959ca1d577a4f5ba7fec4778e4d35d792b8c3111feefdff4b15c0f9c626
source = https://github.com/vicinaehq/vicinae/releases/download/v0.8.1/vicinae-linux-x86_64-v0.8.1.tar.gz
source = https://raw.githubusercontent.com/vicinaehq/vicinae/refs/tags/v0.8.1/extra/vicinae.service
source = https://raw.githubusercontent.com/vicinaehq/vicinae/refs/tags/v0.8.1/vicinae/icons/vicinae.svg
sha256sums = 9e6e7e8df0b2f0ca96f6b3c8462513ab7f6fb2330371822355df3aba18619962
sha256sums = 4597dcdc30ef283f994c5a5fa65725f9bae7627afc1e12a2aa9bef24f8fa6eee
sha256sums = 9b3957bd45e7508dc2d4e16d3186fc679752c0554ad43755cf0044e4f6484dab

View file

@ -2,7 +2,7 @@
# Maintainer: Arjix <me@arjix.dev>
pkgname=vicinae-bin
pkgver=0.8.0
pkgver=0.8.1
pkgrel=1
pkgdesc="Raycast like FOSS app on Linux"
arch=('x86_64')
@ -18,7 +18,7 @@ source=(
"https://raw.githubusercontent.com/vicinaehq/vicinae/refs/tags/v$pkgver/vicinae/icons/vicinae.svg"
)
sha256sums=('d5a64959ca1d577a4f5ba7fec4778e4d35d792b8c3111feefdff4b15c0f9c626'
sha256sums=('9e6e7e8df0b2f0ca96f6b3c8462513ab7f6fb2330371822355df3aba18619962'
'4597dcdc30ef283f994c5a5fa65725f9bae7627afc1e12a2aa9bef24f8fa6eee'
'9b3957bd45e7508dc2d4e16d3186fc679752c0554ad43755cf0044e4f6484dab')