v0.11.0
All checks were successful
Build makedeb package / hello_world_job (push) Successful in 2m30s

This commit is contained in:
Jonathan Apodaca 2025-03-26 10:49:16 -06:00
parent c5a439275f
commit 2ada20d399
2 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ pkgname = neovim-bin
pkgbase = neovim-bin pkgbase = neovim-bin
pkgdesc = Fork of Vim aiming to improve user experience, plugins, and GUIs pkgdesc = Fork of Vim aiming to improve user experience, plugins, and GUIs
pkgrel = 1 pkgrel = 1
pkgver = 0.10.4 pkgver = 0.11.0
url = https://neovim.io url = https://neovim.io
arch = amd64 arch = amd64
conflicts = neovim conflicts = neovim
@ -21,11 +21,11 @@ makedepends = rsync
makedepends = squashfs-tools makedepends = squashfs-tools
provides = neovim provides = neovim
provides = neovim-runtime provides = neovim-runtime
source = nvim-0.10.4.appimage::https://github.com/neovim/neovim/releases/download/v0.10.4/nvim-linux-x86_64.appimage source = nvim-0.11.0.appimage::https://github.com/neovim/neovim/releases/download/v0.11.0/nvim-linux-x86_64.appimage
source = ex source = ex
source = view source = view
source = vimdiff source = vimdiff
sha256sums = d1b1488ef6a970dc3a2826b788d31d81b2f308ad42ef70ed62d35d0bf6189336 sha256sums = ca44cd43fe8d55418414496e8ec7bac83f611705ece167f4ccb93cbf46fec6c0
sha256sums = 5d3178628afc39f0318638cad19e9ad06ada89926dfb263e93ab35cc8f60e911 sha256sums = 5d3178628afc39f0318638cad19e9ad06ada89926dfb263e93ab35cc8f60e911
sha256sums = 3cb963a264b6cf45749627408b5a62c6945e5e426b595bb5e6a388194c2c1990 sha256sums = 3cb963a264b6cf45749627408b5a62c6945e5e426b595bb5e6a388194c2c1990
sha256sums = 1d3123b9d97a4889696ab72db558041b5cca8e26ff51ae557f7842242a7d4ed1 sha256sums = 1d3123b9d97a4889696ab72db558041b5cca8e26ff51ae557f7842242a7d4ed1

View File

@ -1,7 +1,7 @@
# Maintainer: Jonathan Apodaca <jrapodaca@gmail.com> # Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
pkgname=neovim-bin pkgname=neovim-bin
pkgver=0.10.4 pkgver=0.11.0
pkgrel=1 pkgrel=1
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs' pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
arch=('amd64') arch=('amd64')
@ -17,7 +17,7 @@ source=(
"ex" "ex"
"view" "view"
"vimdiff") "vimdiff")
sha256sums=('d1b1488ef6a970dc3a2826b788d31d81b2f308ad42ef70ed62d35d0bf6189336' sha256sums=('ca44cd43fe8d55418414496e8ec7bac83f611705ece167f4ccb93cbf46fec6c0'
'5d3178628afc39f0318638cad19e9ad06ada89926dfb263e93ab35cc8f60e911' '5d3178628afc39f0318638cad19e9ad06ada89926dfb263e93ab35cc8f60e911'
'3cb963a264b6cf45749627408b5a62c6945e5e426b595bb5e6a388194c2c1990' '3cb963a264b6cf45749627408b5a62c6945e5e426b595bb5e6a388194c2c1990'
'1d3123b9d97a4889696ab72db558041b5cca8e26ff51ae557f7842242a7d4ed1') '1d3123b9d97a4889696ab72db558041b5cca8e26ff51ae557f7842242a7d4ed1')