diff --git a/.SRCINFO b/.SRCINFO index 66303342c3ac..cbf8d4263613 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 6a650a0e651b..064031fb3eb2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: TimeTrap 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() {