update to 0.39.2

This commit is contained in:
dev@guntherschulz.de 2024-08-09 01:01:44 +02:00
parent bc90a8b5b6
commit 7ceeca827e
2 changed files with 8 additions and 8 deletions

View file

@ -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

View file

@ -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() {