diff --git a/.SRCINFO b/.SRCINFO index 2270c1636b87..9ed051944d02 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = vicinae-bin pkgdesc = Raycast like FOSS app on Linux - pkgver = 0.6.2 + pkgver = 0.7.0 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.6.2/vicinae-linux-x86_64-v0.6.2.tar.gz - source = https://raw.githubusercontent.com/vicinaehq/vicinae/refs/tags/v0.6.2/extra/vicinae.service - source = https://raw.githubusercontent.com/vicinaehq/vicinae/refs/tags/v0.6.2/vicinae/icons/vicinae.svg - sha256sums = fa54e758132867539864d4da9f25bc25a8c48fc58506c901dd626990cfeec2d1 + source = https://github.com/vicinaehq/vicinae/releases/download/v0.7.0/vicinae-linux-x86_64-v0.7.0.tar.gz + source = https://raw.githubusercontent.com/vicinaehq/vicinae/refs/tags/v0.7.0/extra/vicinae.service + source = https://raw.githubusercontent.com/vicinaehq/vicinae/refs/tags/v0.7.0/vicinae/icons/vicinae.svg + sha256sums = d9e3effe253d84ebe182d2c29180732c31f126f1859c8151c8395cc6baeead6e sha256sums = 4597dcdc30ef283f994c5a5fa65725f9bae7627afc1e12a2aa9bef24f8fa6eee sha256sums = 9b3957bd45e7508dc2d4e16d3186fc679752c0554ad43755cf0044e4f6484dab diff --git a/PKGBUILD b/PKGBUILD index 9ca8933de9b1..1dec93be3b63 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Arjix pkgname=vicinae-bin -pkgver=0.6.2 +pkgver=0.7.0 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=('fa54e758132867539864d4da9f25bc25a8c48fc58506c901dd626990cfeec2d1' +sha256sums=('d9e3effe253d84ebe182d2c29180732c31f126f1859c8151c8395cc6baeead6e' '4597dcdc30ef283f994c5a5fa65725f9bae7627afc1e12a2aa9bef24f8fa6eee' '9b3957bd45e7508dc2d4e16d3186fc679752c0554ad43755cf0044e4f6484dab')