Update deskify-bin PKGBUILD for v0.1.0-alpha.7
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
pkgname=deskify-bin
|
pkgname=deskify-bin
|
||||||
pkgver=0.1.0_alpha.6
|
pkgver=0.1.0_alpha.7
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Turn websites into Linux desktop apps (prebuilt binary package)"
|
pkgdesc="Turn websites into Linux desktop apps (prebuilt binary package)"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
@@ -9,11 +9,11 @@ depends=('glibc')
|
|||||||
provides=('deskify')
|
provides=('deskify')
|
||||||
conflicts=('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"
|
source=("deskify::https://github.com/spalencsar/deskify/releases/download/${_tag}/deskify-linux-x86_64"
|
||||||
"LICENSE::https://raw.githubusercontent.com/spalencsar/deskify/${_tag}/LICENSE")
|
"LICENSE::https://raw.githubusercontent.com/spalencsar/deskify/${_tag}/LICENSE")
|
||||||
|
|
||||||
sha256sums=('6962571579b32fcf3119d0d749770b584ce57ef1efe4feea8813314d2ed61d7a'
|
sha256sums=('7ab62ff193c2666983c72844c13f368a0ecc1fcd6da40fe95f544c9999e05f30'
|
||||||
'd4e53458cd2dd461f234186497b6d9b21566c477737a4d31fa6f018ef610486f')
|
'd4e53458cd2dd461f234186497b6d9b21566c477737a4d31fa6f018ef610486f')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ makepkg -sf
|
|||||||
To compute sha256 sums for a tag:
|
To compute sha256 sums for a tag:
|
||||||
|
|
||||||
```bash
|
```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/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"
|
curl -fL -o /tmp/LICENSE "https://raw.githubusercontent.com/spalencsar/deskify/${TAG}/LICENSE"
|
||||||
sha256sum /tmp/deskify-linux-x86_64 /tmp/LICENSE
|
sha256sum /tmp/deskify-linux-x86_64 /tmp/LICENSE
|
||||||
|
|||||||
Reference in New Issue
Block a user