v0.11.1
Some checks failed
Build makedeb package / hello_world_job (push) Failing after 7s

This commit is contained in:
Jonathan Apodaca 2025-04-28 11:06:46 -06:00
parent 2ada20d399
commit 73513ed565
2 changed files with 5 additions and 5 deletions

View File

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

View File

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