mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
upgrade to 0.2.22
This commit is contained in:
parent
6fc03612de
commit
c2d0ffa89c
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue