Skip to content

Commit ac1eaa8

Browse files
authored
upd(neovim-app): 0.11.4 -> 0.11.6 (#8380)
1 parent 1383c9e commit ac1eaa8

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

packages/neovim-app/.SRCINFO

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = neovim-app
22
gives = neovim
3-
pkgver = 0.11.4
3+
pkgver = 0.11.6
44
pkgdesc = Vim fork maintained by the community
55
url = https://neovim.io/
66
arch = amd64
@@ -12,9 +12,9 @@ pkgbase = neovim-app
1212
replaces = neovim-deb
1313
maintainer = Elsie19 <elsie19@pm.me>
1414
repology = project: neovim
15-
source_amd64 = https://github.com/neovim/neovim/releases/download/v0.11.4/nvim-linux-x86_64.appimage
16-
sha256sums_amd64 = 79e7e160f9505819a5e12f3d9366be94213f5309fb912ef4ef3af52df3982977
17-
source_arm64 = https://github.com/neovim/neovim/releases/download/v0.11.4/nvim-linux-arm64.appimage
18-
sha256sums_arm64 = ab54ea9decf32d63a868810dcbc6d0cf8d1592435e383bd84e3d4f4d341ad3ab
15+
source_amd64 = https://github.com/neovim/neovim/releases/download/v0.11.6/nvim-linux-x86_64.appimage
16+
sha256sums_amd64 = 77dd16d86e6549a0bbbbfbc18636d434ffe5b0ac8b9854a7669e35cc4b93dda0
17+
source_arm64 = https://github.com/neovim/neovim/releases/download/v0.11.6/nvim-linux-arm64.appimage
18+
sha256sums_arm64 = ed34c4d8eb79eb2d111987f57cce9ba87c31a97524d602752ce1b0cd35e6a554
1919

2020
pkgname = neovim-app

packages/neovim-app/neovim-app.pacscript

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ pkgname="neovim-app"
22
gives="neovim"
33
replaces=("nvim" "neovim-runtime" "neovim-deb")
44
arch=("amd64" "arm64")
5-
pkgver="0.11.4"
5+
pkgver="0.11.6"
66
makedepends=("libfuse2")
77
depends=("libfuse2")
88
url='https://neovim.io/'
99
source_amd64=("https://github.com/neovim/neovim/releases/download/v${pkgver}/nvim-linux-x86_64.appimage")
1010
source_arm64=("https://github.com/neovim/neovim/releases/download/v${pkgver}/nvim-linux-arm64.appimage")
11-
sha256sums_amd64=("79e7e160f9505819a5e12f3d9366be94213f5309fb912ef4ef3af52df3982977")
12-
sha256sums_arm64=("ab54ea9decf32d63a868810dcbc6d0cf8d1592435e383bd84e3d4f4d341ad3ab")
11+
sha256sums_amd64=("77dd16d86e6549a0bbbbfbc18636d434ffe5b0ac8b9854a7669e35cc4b93dda0")
12+
sha256sums_arm64=("ed34c4d8eb79eb2d111987f57cce9ba87c31a97524d602752ce1b0cd35e6a554")
1313
pkgdesc="Vim fork maintained by the community"
1414
repology=("project: neovim")
1515
maintainer=("Elsie19 <elsie19@pm.me>")

srclist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9344,7 +9344,7 @@ pkgname = neovide-bin
93449344
---
93459345
pkgbase = neovim-app
93469346
gives = neovim
9347-
pkgver = 0.11.4
9347+
pkgver = 0.11.6
93489348
pkgdesc = Vim fork maintained by the community
93499349
url = https://neovim.io/
93509350
arch = amd64
@@ -9356,10 +9356,10 @@ pkgbase = neovim-app
93569356
replaces = neovim-deb
93579357
maintainer = Elsie19 <elsie19@pm.me>
93589358
repology = project: neovim
9359-
source_amd64 = https://github.com/neovim/neovim/releases/download/v0.11.4/nvim-linux-x86_64.appimage
9360-
sha256sums_amd64 = 79e7e160f9505819a5e12f3d9366be94213f5309fb912ef4ef3af52df3982977
9361-
source_arm64 = https://github.com/neovim/neovim/releases/download/v0.11.4/nvim-linux-arm64.appimage
9362-
sha256sums_arm64 = ab54ea9decf32d63a868810dcbc6d0cf8d1592435e383bd84e3d4f4d341ad3ab
9359+
source_amd64 = https://github.com/neovim/neovim/releases/download/v0.11.6/nvim-linux-x86_64.appimage
9360+
sha256sums_amd64 = 77dd16d86e6549a0bbbbfbc18636d434ffe5b0ac8b9854a7669e35cc4b93dda0
9361+
source_arm64 = https://github.com/neovim/neovim/releases/download/v0.11.6/nvim-linux-arm64.appimage
9362+
sha256sums_arm64 = ed34c4d8eb79eb2d111987f57cce9ba87c31a97524d602752ce1b0cd35e6a554
93639363

93649364
pkgname = neovim-app
93659365
---

0 commit comments

Comments
 (0)