makedeb
An opinionated code formatter for Lua, written in Rust (binary release)
Click here to go back to the commit logs for stylua-bin.
Hash: c376cf482d287e2a9b7cde258244f5d8de18c7d8
Message: v0.19.1
diff --git a/.SRCINFO b/.SRCINFO
index 0b22017..f525d60 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.2
+pkgver = 0.19.1
url = https://github.com/JohnnyMorganz/StyLua
arch = amd64
conflicts = stylua
license = MIT
provides = stylua
-source = stylua-0.18.2.zip::https://github.com/JohnnyMorganz/StyLua/releases/download/v0.18.2/stylua-linux.zip
-sha256sums = 39810e4f4843db4cc257f52624dccc79e797190185f28f2063f1001d239b6ab4
+source = stylua-0.19.1.zip::https://github.com/JohnnyMorganz/StyLua/releases/download/v0.19.1/stylua-linux.zip
+sha256sums = 3abbe666c00833b14dbb165ba350d1f4585e75398324370ef0326a18e9be12a5
diff --git a/PKGBUILD b/PKGBUILD
index 13e7f3b..772c303 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
pkgname=stylua-bin
-pkgver=0.18.2
+pkgver=0.19.1
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=('39810e4f4843db4cc257f52624dccc79e797190185f28f2063f1001d239b6ab4')
+sha256sums=('3abbe666c00833b14dbb165ba350d1f4585e75398324370ef0326a18e9be12a5')
package() {
cd "${srcdir}"