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: 1d998a1c33a0c324fab5ed3e67efc72ada173646

Message: v0.20.0

Diff


diff --git a/.SRCINFO b/.SRCINFO
index f525d60..7f60c4c 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.19.1
+pkgver = 0.20.0
 url = https://github.com/JohnnyMorganz/StyLua
 arch = amd64
 conflicts = stylua
 license = MIT
 provides = stylua
-source = stylua-0.19.1.zip::https://github.com/JohnnyMorganz/StyLua/releases/download/v0.19.1/stylua-linux.zip
-sha256sums = 3abbe666c00833b14dbb165ba350d1f4585e75398324370ef0326a18e9be12a5
+source = stylua-0.20.0.zip::https://github.com/JohnnyMorganz/StyLua/releases/download/v0.20.0/stylua-linux.zip
+sha256sums = 28eddb9257bf85b20b1c337e536b7a3d16ba308863f067d447c1f4d24c6dec64
diff --git a/PKGBUILD b/PKGBUILD
index 772c303..8d920a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
 pkgname=stylua-bin
-pkgver=0.19.1
+pkgver=0.20.0
 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=('3abbe666c00833b14dbb165ba350d1f4585e75398324370ef0326a18e9be12a5')
+sha256sums=('28eddb9257bf85b20b1c337e536b7a3d16ba308863f067d447c1f4d24c6dec64')
 
 package() {
     cd "${srcdir}"