Update deskify-bin PKGBUILD for v0.1.0-alpha.7

This commit is contained in:
Sebastian Palencsar
2026-02-23 12:28:43 +01:00
parent ba846aa2db
commit 3b745dfba1
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
pkgname=deskify-bin
pkgver=0.1.0_alpha.6
pkgver=0.1.0_alpha.7
pkgrel=1
pkgdesc="Turn websites into Linux desktop apps (prebuilt binary package)"
arch=('x86_64')
@@ -9,11 +9,11 @@ depends=('glibc')
provides=('deskify')
conflicts=('deskify')
_tag="v0.1.0-alpha.6"
_tag="v0.1.0-alpha.7"
source=("deskify::https://github.com/spalencsar/deskify/releases/download/${_tag}/deskify-linux-x86_64"
"LICENSE::https://raw.githubusercontent.com/spalencsar/deskify/${_tag}/LICENSE")
sha256sums=('6962571579b32fcf3119d0d749770b584ce57ef1efe4feea8813314d2ed61d7a'
sha256sums=('7ab62ff193c2666983c72844c13f368a0ecc1fcd6da40fe95f544c9999e05f30'
'd4e53458cd2dd461f234186497b6d9b21566c477737a4d31fa6f018ef610486f')
package() {

View File

@@ -19,7 +19,7 @@ makepkg -sf
To compute sha256 sums for a tag:
```bash
TAG="v0.1.0-alpha.6"
TAG="v0.1.0-alpha.7"
curl -fL -o /tmp/deskify-linux-x86_64 "https://github.com/spalencsar/deskify/releases/download/${TAG}/deskify-linux-x86_64"
curl -fL -o /tmp/LICENSE "https://raw.githubusercontent.com/spalencsar/deskify/${TAG}/LICENSE"
sha256sum /tmp/deskify-linux-x86_64 /tmp/LICENSE