mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
update to 0.39.2
This commit is contained in:
parent
bc90a8b5b6
commit
7ceeca827e
2 changed files with 8 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,16 +1,16 @@
|
|||
pkgbase = cursor-bin
|
||||
pkgdesc = Cursor App - AI-first coding environment
|
||||
pkgver = 0.39.0
|
||||
pkgrel = 3
|
||||
pkgver = 0.39.2
|
||||
pkgrel = 1
|
||||
url = https://www.cursor.com/
|
||||
arch = x86_64
|
||||
license = custom:Proprietary
|
||||
depends = fuse2
|
||||
noextract = cursor-0.39.0.AppImage
|
||||
noextract = cursor-0.39.2.AppImage
|
||||
options = !strip
|
||||
source_x86_64 = cursor-0.39.0.AppImage::https://downloader.cursor.sh/linux/appImage/x64
|
||||
source_x86_64 = cursor-0.39.2.AppImage::https://downloader.cursor.sh/linux/appImage/x64
|
||||
source_x86_64 = cursor.png
|
||||
sha256sums_x86_64 = ed6d2dba62e758be76e7386e12fcd8e5d6c9fa385d658eef35cb73a65cf670ff
|
||||
sha256sums_x86_64 = 66e0873afceeee174a02cd9deeb15ef88bb0c03d3cf93ea5f5b13958fc477824
|
||||
sha256sums_x86_64 = e36f44c1fb0b0f0db14a6f35a1808ca85b5d353fc7c662c0b808a4de79987ea1
|
||||
|
||||
pkgname = cursor-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: Your Name <your.email@example.com>
|
||||
|
||||
pkgname=cursor-bin
|
||||
pkgver=0.39.0 # Updated to the latest version
|
||||
pkgrel=3
|
||||
pkgver=0.39.2 # Updated to the latest version
|
||||
pkgrel=1
|
||||
pkgdesc="Cursor App - AI-first coding environment"
|
||||
arch=('x86_64')
|
||||
url="https://www.cursor.com/"
|
||||
|
|
@ -14,7 +14,7 @@ source_x86_64=(
|
|||
"cursor.png"
|
||||
)
|
||||
noextract=("cursor-${pkgver}.AppImage")
|
||||
sha256sums_x86_64=('ed6d2dba62e758be76e7386e12fcd8e5d6c9fa385d658eef35cb73a65cf670ff'
|
||||
sha256sums_x86_64=('66e0873afceeee174a02cd9deeb15ef88bb0c03d3cf93ea5f5b13958fc477824'
|
||||
'e36f44c1fb0b0f0db14a6f35a1808ca85b5d353fc7c662c0b808a4de79987ea1')
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue