diff --git a/app-vim/neoformat/Manifest b/app-vim/neoformat/Manifest index d190e11..71510e0 100644 --- a/app-vim/neoformat/Manifest +++ b/app-vim/neoformat/Manifest @@ -1 +1 @@ -DIST neoformat-0.4.0_p20221206.tar.gz 28734 BLAKE2B 566029d58719febb4ee22c702591252ea6b7aafb6af39a2059e79e89177f5b5a23dfe94c7f81fef3b592fc13d984f0c1368da403e97f321dfeba8441e7004934 SHA512 5e20f3abdf535075ec5f0e9b8be874c5830ae5f0cfa538872bab2a32dd760815e145747253933e534841e7c5deb818433caa871eae384f7e97680238213ee7fd +DIST neoformat-0.4.0_p20230111.tar.gz 28745 BLAKE2B 970b5025580b6d90e7675fb0c9e5acd6e1ec0caa4da594eb9a2f76a2051aa9d1df7a0a80aed94629694b20a712309d22810d8dbbf3dba03658b255b7cac76e2c SHA512 eb55159e961a69e78f23149fa43866b9d7baa20816c2450e6706a9d0357553ec022a4f22d58342722a90d82fd27115eed9a430b35d153b8f5d9b49e0b08ba78f diff --git a/app-vim/neoformat/neoformat-0.4.0_p20221206.ebuild b/app-vim/neoformat/neoformat-0.4.0_p20230111.ebuild similarity index 88% rename from app-vim/neoformat/neoformat-0.4.0_p20221206.ebuild rename to app-vim/neoformat/neoformat-0.4.0_p20230111.ebuild index 2db1f08..1d373d8 100644 --- a/app-vim/neoformat/neoformat-0.4.0_p20221206.ebuild +++ b/app-vim/neoformat/neoformat-0.4.0_p20230111.ebuild @@ -1,10 +1,10 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" inherit vim-plugin -COMMIT_ID="902f674b9e8a703fad9dafdda9d8f7c88ecf689f" +COMMIT_ID="ec601d38a2e9309109f405ce038c5a6ce774f1a9" DESCRIPTION="vim plugin: in-buffer formatter runner" HOMEPAGE="https://github.com/sbdchd/neoformat"