makedeb


stylua-bin 1:0.20.0-1


An opinionated code formatter for Lua, written in Rust (binary release)

Click here to go back to the commit logs for stylua-bin.

Commit:


Hash: a78339f27c9a880f62fa3f047ea840820e66a2e6

Message: 0.18.2

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 72c008d..0b22017 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,11 +4,11 @@ epoch = 1
 pkgbase = stylua-bin
 pkgdesc = An opinionated code formatter for Lua, written in Rust (binary release)
 pkgrel = 1
-pkgver = 0.18.1
+pkgver = 0.18.2
 url = https://github.com/JohnnyMorganz/StyLua
 arch = amd64
 conflicts = stylua
 license = MIT
 provides = stylua
-source = stylua-0.18.1.zip::https://github.com/JohnnyMorganz/StyLua/releases/download/v0.18.1/stylua-linux.zip
-sha256sums = a0422ee558a89c4750671b164f81b58557b8b7475459a9d9f9730ae7bff29696
+source = stylua-0.18.2.zip::https://github.com/JohnnyMorganz/StyLua/releases/download/v0.18.2/stylua-linux.zip
+sha256sums = 39810e4f4843db4cc257f52624dccc79e797190185f28f2063f1001d239b6ab4
diff --git a/PKGBUILD b/PKGBUILD
index c86a6d2..13e7f3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
 pkgname=stylua-bin
-pkgver=0.18.1
+pkgver=0.18.2
 pkgrel=1
 epoch=1
 pkgdesc="An opinionated code formatter for Lua, written in Rust (binary release)"
@@ -11,7 +11,7 @@ provides=('stylua')
 conflicts=('stylua')
 extensions=('zipman')
 source=("stylua-${pkgver}.zip::https://github.com/JohnnyMorganz/StyLua/releases/download/v${pkgver}/stylua-linux.zip")
-sha256sums=('a0422ee558a89c4750671b164f81b58557b8b7475459a9d9f9730ae7bff29696')
+sha256sums=('39810e4f4843db4cc257f52624dccc79e797190185f28f2063f1001d239b6ab4')
 
 package() {
     cd "${srcdir}"