diff --git a/.SRCINFO b/.SRCINFO index 171a893b8db9..78ceba156f1b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,16 +1,16 @@ pkgbase = cursor-bin pkgdesc = Cursor App - AI-first coding environment - pkgver = 0.44.4 + pkgver = 0.44.5 pkgrel = 1 url = https://www.cursor.com/ arch = x86_64 license = custom:Proprietary depends = fuse2 - noextract = cursor-0.44.4-build-241219117fcvexy-x86_64.AppImage + noextract = cursor-0.44.5-build-241220s3ux0e1tv-x86_64.AppImage options = !strip - source_x86_64 = https://download.todesktop.com/230313mzl4w4u92/cursor-0.44.4-build-241219117fcvexy-x86_64.AppImage + source_x86_64 = https://download.todesktop.com/230313mzl4w4u92/cursor-0.44.5-build-241220s3ux0e1tv-x86_64.AppImage source_x86_64 = cursor.png - sha512sums_x86_64 = c9ef8084970605f949d53f86e29715e47c093723bf121329dabf6a230f708dad4a997cf515355200507ca78b1c6898a57ef10db66664ebe7dd01a5512c058e3a + sha512sums_x86_64 = 27e3d576446d2c9042e8d413e260a8cdda09f8829107fe618660fda0c6da3e2638949bdeeb94259157ad178217b9bc4b3f8d0e6095cd5acbf9d76d8b5fd8a116 sha512sums_x86_64 = f948c5718c2df7fe2cae0cbcd95fd3010ecabe77c699209d4af5438215daecd74b08e03d18d07a26112bcc5a80958105fda724768394c838d08465fce5f473e7 pkgname = cursor-bin diff --git a/PKGBUILD b/PKGBUILD index d0c15150aaf4..813aeacf6d1a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Your Name pkgname=cursor-bin -pkgver=0.44.4 +pkgver=0.44.5 pkgrel=1 pkgdesc="Cursor App - AI-first coding environment" arch=('x86_64') @@ -9,9 +9,9 @@ url="https://www.cursor.com/" license=('custom:Proprietary') # Replace with the correct license if known depends=('fuse2') options=(!strip) -source_x86_64=("https://download.todesktop.com/230313mzl4w4u92/cursor-0.44.4-build-241219117fcvexy-x86_64.AppImage" "cursor.png") +source_x86_64=("https://download.todesktop.com/230313mzl4w4u92/cursor-0.44.5-build-241220s3ux0e1tv-x86_64.AppImage" "cursor.png") noextract=("$(basename ${source_x86_64[0]})") -sha512sums_x86_64=('c9ef8084970605f949d53f86e29715e47c093723bf121329dabf6a230f708dad4a997cf515355200507ca78b1c6898a57ef10db66664ebe7dd01a5512c058e3a' +sha512sums_x86_64=('27e3d576446d2c9042e8d413e260a8cdda09f8829107fe618660fda0c6da3e2638949bdeeb94259157ad178217b9bc4b3f8d0e6095cd5acbf9d76d8b5fd8a116' 'f948c5718c2df7fe2cae0cbcd95fd3010ecabe77c699209d4af5438215daecd74b08e03d18d07a26112bcc5a80958105fda724768394c838d08465fce5f473e7') package() { install -Dm755 "${srcdir}/$(basename ${source_x86_64[0]})" "${pkgdir}/opt/${pkgname}/${pkgname}.AppImage"