upgrade to 0.2.22

This commit is contained in:
xiuluo 2023-05-30 10:53:06 +08:00
parent 6fc03612de
commit c2d0ffa89c
No known key found for this signature in database
GPG key ID: EB484B15B3D86B6E
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = cursor-bin
pkgdesc = Write, edit, and chat about your code with GPT-4.(AppImage)
pkgver = 0.2.21
pkgver = 0.2.22
pkgrel = 1
url = https://cursor.so
arch = x86_64
@ -8,7 +8,7 @@ pkgbase = cursor-bin
depends = hicolor-icon-theme
depends = zlib
options = !strip
source = Cursor-0.2.21.AppImage::https://dl.todesktop.com/230313mzl4w4u92/linux/appImage/x64
sha256sums = 8022d10912eee97f917a6c8f734efdbc2c2be72e83bb1b5319fab14329a1a5b0
source = Cursor-0.2.22.AppImage::https://dl.todesktop.com/230313mzl4w4u92/linux/appImage/x64
sha256sums = bc4d42438ce805b4c6a700e668eca9ecf853ea444c5c224147b0be0f3ff999fb
pkgname = cursor-bin

View file

@ -2,7 +2,7 @@
# Contributor: TimeTrap <zhaoyuanpan at gmail dot com>
pkgname=cursor-bin
_pkgname=Cursor
pkgver=0.2.21
pkgver=0.2.22
pkgrel=1
pkgdesc="Write, edit, and chat about your code with GPT-4.(AppImage)"
arch=('x86_64')
@ -11,7 +11,7 @@ license=('custom')
options=('!strip')
depends=('hicolor-icon-theme' 'zlib')
source=("${_pkgname}-${pkgver}.AppImage::https://dl.todesktop.com/230313mzl4w4u92/linux/appImage/x64")
sha256sums=('8022d10912eee97f917a6c8f734efdbc2c2be72e83bb1b5319fab14329a1a5b0')
sha256sums=('bc4d42438ce805b4c6a700e668eca9ecf853ea444c5c224147b0be0f3ff999fb')
_install_path="/opt/appimages"
prepare() {