summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Schürmann2019-10-04 14:16:50 +0200
committerJonas Schürmann2019-10-04 14:16:50 +0200
commit1010337ceb2b50cdb4a235f6cfff1809aa3d0dae (patch)
tree39b83a86a767b71c712c148ce612e582104b3b1a
parenta3fa76764fd8a53faadace24286edae96652ab0c (diff)
downloadaur-1010337ceb2b50cdb4a235f6cfff1809aa3d0dae.tar.gz
Upgrade to 0.8.2
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a81ea73f09a..123fae201c49 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.1
+ pkgver = 0.8.2
pkgrel = 1
url = https://github.com/avh4/elm-format
arch = i686
@@ -12,13 +12,13 @@ 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.1/elm-format-0.8.1-linux-x64.tgz
- source = https://github.com/avh4/elm-format/releases/download/0.8.1/elm-format-0.8.1-linux-x64.tgz.asc
- source = LICENSE-0.8.1::https://raw.githubusercontent.com/avh4/elm-format/0.8.1/LICENSE
+ 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
validpgpkeys = C3B74EE9EBC8412DFEE1FECE11357FB6FDD7BEC0
- md5sums = 366c584a6bb551fd8c5ecfd62109ea1e
+ md5sums = dadd9125a66350fcc0ad523e3f21b233
md5sums = SKIP
- md5sums = 66f2ab57c97494e29cc93d062395eb5f
+ md5sums = 547aa901ebac3bd013c6579006dca1eb
pkgname = elm-format-bin
diff --git a/PKGBUILD b/PKGBUILD
index bdf6178f3a10..828fab7966a7 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.1
+pkgver=0.8.2
pkgrel=1
epoch=
pkgdesc="Format Elm source code according to a standard set of rules based on the official Elm Style Guide."
@@ -24,9 +24,9 @@ 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=('366c584a6bb551fd8c5ecfd62109ea1e'
+md5sums=('dadd9125a66350fcc0ad523e3f21b233'
'SKIP'
- '66f2ab57c97494e29cc93d062395eb5f')
+ '547aa901ebac3bd013c6579006dca1eb')
validpgpkeys=('C3B74EE9EBC8412DFEE1FECE11357FB6FDD7BEC0')
package() {