summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonas Schürmann2021-02-11 12:10:22 +0100
committerJonas Schürmann2021-02-11 12:10:22 +0100
commit45b2d28804f1066640a867f4e04acbe52d34a37a (patch)
treeb84653ac8937ab699000ee5e3c120fd49f59446b /PKGBUILD
parentec72cb4b7ae0d77686945e6c80d7b39706c23247 (diff)
downloadaur-45b2d28804f1066640a867f4e04acbe52d34a37a.tar.gz
Upgrade to 0.8.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f832bfac0d2..82c13390882a 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.3
+pkgver=0.8.5
pkgrel=1
epoch=
pkgdesc="Format Elm source code according to a standard set of rules based on the official Elm Style Guide."
@@ -24,10 +24,10 @@ 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=('f13c16570b240694e27e00ca234bd5e1'
- 'SKIP'
- '547aa901ebac3bd013c6579006dca1eb')
-validpgpkeys=('C3B74EE9EBC8412DFEE1FECE11357FB6FDD7BEC0')
+sha256sums=('147c479e375b9bae8dd633e526677fbd2a87e5445b3638ebee86c1319ffe8e23'
+ 'SKIP'
+ '4c6b68b38e955813d0c7f2e57c9b07de19bde5fcfce930b2cfdb59d8469cfdfa')
+validpgpkeys=('77C4B904349CF1E55BBD8FE479AC6B2F3F6CCA93')
package() {
install -Dm755 "elm-format" "$pkgdir/usr/bin/elm-format"