summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63ddcc4d5c97..fbbd8f5c73b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = neovim-nightfox
pkgdesc = Highly customizable Neovim theme with support for a variety of plugins
- pkgver = 3.9.1
+ pkgver = 3.9.2
pkgrel = 1
url = https://github.com/EdenEast/nightfox.nvim
install = neovim-nightfox.install
@@ -8,7 +8,7 @@ pkgbase = neovim-nightfox
groups = neovim-plugins
license = MIT
depends = neovim
- source = neovim-nightfox-3.9.1.tar.gz::https://github.com/EdenEast/nightfox.nvim/archive/v3.9.1.tar.gz
- sha256sums = 716e87ddd2a52d741bd562967ee3c25716b2f08ef6a23a0a0d54f6b4cdab7676
+ source = neovim-nightfox-3.9.2.tar.gz::https://github.com/EdenEast/nightfox.nvim/archive/v3.9.2.tar.gz
+ sha256sums = d4ddf019577d865583cf842e9e67fe7ab58c7073880bd81bc87e7e096f01de5c
pkgname = neovim-nightfox
diff --git a/PKGBUILD b/PKGBUILD
index eae6d816a8c2..5d991decd2fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname='neovim-nightfox'
_projname='nightfox.nvim'
-pkgver='3.9.1'
+pkgver='3.9.2'
pkgrel=1
pkgdesc='Highly customizable Neovim theme with support for a variety of plugins'
arch=('any')
@@ -14,7 +14,7 @@ groups=('neovim-plugins')
depends=('neovim')
install='neovim-nightfox.install'
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('716e87ddd2a52d741bd562967ee3c25716b2f08ef6a23a0a0d54f6b4cdab7676')
+sha256sums=('d4ddf019577d865583cf842e9e67fe7ab58c7073880bd81bc87e7e096f01de5c')
package() {
pkgdir=${pkgdir:?}