summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 123fae201c49..635a86bb0bd5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = elm-format-bin
pkgdesc = Format Elm source code according to a standard set of rules based on the official Elm Style Guide.
- pkgver = 0.8.2
+ pkgver = 0.8.3
pkgrel = 1
url = https://github.com/avh4/elm-format
arch = i686
@@ -12,11 +12,11 @@ pkgbase = elm-format-bin
conflicts = elm-format-0.18-bin
conflicts = elm-format-0.18-exp-bin
conflicts = elm-format-0.19-bin
- source = https://github.com/avh4/elm-format/releases/download/0.8.2/elm-format-0.8.2-linux-x64.tgz
- source = https://github.com/avh4/elm-format/releases/download/0.8.2/elm-format-0.8.2-linux-x64.tgz.asc
- source = LICENSE-0.8.2::https://raw.githubusercontent.com/avh4/elm-format/0.8.2/LICENSE
+ source = https://github.com/avh4/elm-format/releases/download/0.8.3/elm-format-0.8.3-linux-x64.tgz
+ source = https://github.com/avh4/elm-format/releases/download/0.8.3/elm-format-0.8.3-linux-x64.tgz.asc
+ source = LICENSE-0.8.3::https://raw.githubusercontent.com/avh4/elm-format/0.8.3/LICENSE
validpgpkeys = C3B74EE9EBC8412DFEE1FECE11357FB6FDD7BEC0
- md5sums = dadd9125a66350fcc0ad523e3f21b233
+ md5sums = f13c16570b240694e27e00ca234bd5e1
md5sums = SKIP
md5sums = 547aa901ebac3bd013c6579006dca1eb
diff --git a/PKGBUILD b/PKGBUILD
index 828fab7966a7..9f832bfac0d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonas Schürmann <jonasschuermann@aol.de>
# Contributor: Matt Bray <mattjbray@gmail.com>
pkgname=elm-format-bin
-pkgver=0.8.2
+pkgver=0.8.3
pkgrel=1
epoch=
pkgdesc="Format Elm source code according to a standard set of rules based on the official Elm Style Guide."
@@ -24,7 +24,7 @@ source=("https://github.com/avh4/elm-format/releases/download/${pkgver}/elm-form
"https://github.com/avh4/elm-format/releases/download/${pkgver}/elm-format-${pkgver}-linux-x64.tgz.asc"
"LICENSE-${pkgver}::https://raw.githubusercontent.com/avh4/elm-format/${pkgver}/LICENSE")
noextract=()
-md5sums=('dadd9125a66350fcc0ad523e3f21b233'
+md5sums=('f13c16570b240694e27e00ca234bd5e1'
'SKIP'
'547aa901ebac3bd013c6579006dca1eb')
validpgpkeys=('C3B74EE9EBC8412DFEE1FECE11357FB6FDD7BEC0')