mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
Update to version 0.41.0
This commit is contained in:
parent
dc32fce067
commit
7e0c95b412
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,16 +1,16 @@
|
|||
pkgbase = cursor-bin
|
||||
pkgdesc = Cursor App - AI-first coding environment
|
||||
pkgver = 0.40.4
|
||||
pkgver = 0.41.0
|
||||
pkgrel = 1
|
||||
url = https://www.cursor.com/
|
||||
arch = x86_64
|
||||
license = custom:Proprietary
|
||||
depends = fuse2
|
||||
noextract = cursor-0.40.4-build-2409052yfcjagw2-x86_64.AppImage
|
||||
noextract = cursor-0.41.0-build-240917hf2t71vk9-x86_64.AppImage
|
||||
options = !strip
|
||||
source_x86_64 = https://download.todesktop.com/230313mzl4w4u92/cursor-0.40.4-build-2409052yfcjagw2-x86_64.AppImage
|
||||
source_x86_64 = https://download.todesktop.com/230313mzl4w4u92/cursor-0.41.0-build-240917hf2t71vk9-x86_64.AppImage
|
||||
source_x86_64 = cursor.png
|
||||
sha512sums_x86_64 = 89db800975b565d6c1bbfb9ea58d491d4992cb3d827d092d7277e48260fddf5841e59b5ffec152339cdb47934687b2d93f115a9fd574ecac3ef17666d46848fe
|
||||
sha512sums_x86_64 = 748d59861e3227605d537d54f9b7a4cee37b5a99694bcbff177211c06ba01c05859b4c7fb0f32370da6e283e9fa7a6ea4ecd80b9006525cc85fa63cdd7091bc7
|
||||
sha512sums_x86_64 = f948c5718c2df7fe2cae0cbcd95fd3010ecabe77c699209d4af5438215daecd74b08e03d18d07a26112bcc5a80958105fda724768394c838d08465fce5f473e7
|
||||
|
||||
pkgname = cursor-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Your Name <your.email@example.com>
|
||||
|
||||
pkgname=cursor-bin
|
||||
pkgver=0.40.4
|
||||
pkgver=0.41.0
|
||||
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.40.4-build-2409052yfcjagw2-x86_64.AppImage" "cursor.png")
|
||||
source_x86_64=("https://download.todesktop.com/230313mzl4w4u92/cursor-0.41.0-build-240917hf2t71vk9-x86_64.AppImage" "cursor.png")
|
||||
noextract=("$(basename ${source_x86_64[0]})")
|
||||
sha512sums_x86_64=('89db800975b565d6c1bbfb9ea58d491d4992cb3d827d092d7277e48260fddf5841e59b5ffec152339cdb47934687b2d93f115a9fd574ecac3ef17666d46848fe'
|
||||
sha512sums_x86_64=('748d59861e3227605d537d54f9b7a4cee37b5a99694bcbff177211c06ba01c05859b4c7fb0f32370da6e283e9fa7a6ea4ecd80b9006525cc85fa63cdd7091bc7'
|
||||
'f948c5718c2df7fe2cae0cbcd95fd3010ecabe77c699209d4af5438215daecd74b08e03d18d07a26112bcc5a80958105fda724768394c838d08465fce5f473e7')
|
||||
package() {
|
||||
install -Dm755 "${srcdir}/$(basename ${source_x86_64[0]})" "${pkgdir}/opt/${pkgname}/${pkgname}.AppImage"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue