summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Werling2018-06-08 00:14:43 +0200
committerLukas Werling2018-06-08 00:14:43 +0200
commit8093d40db79cf3ca2817e814bd75ea2c1b55bf5b (patch)
tree14cef246d8dc8f79dbb20b9e5d28362b2d5ffd89
parentb04da0af967b0eeaed188a61c0510ff5b3002a7b (diff)
downloadaur-8093d40db79cf3ca2817e814bd75ea2c1b55bf5b.tar.gz
Fix elm-compiler hash
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bca16188299..02d7a1764d5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Oct 5 10:58:38 UTC 2017
+# Thu Jun 7 22:13:59 UTC 2018
pkgbase = elm-platform
pkgdesc = Bundle of all core development tools for the Elm language.
pkgver = 0.18.0
- pkgrel = 2
+ pkgrel = 3
url = http://elm-lang.org
arch = i686
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = elm-platform
source = elm-reactor-0.18.0.zip::https://github.com/elm-lang/elm-reactor/archive/0.18.0.zip
source = elm-repl-0.18.0.zip::https://github.com/elm-lang/elm-repl/archive/0.18.0.zip
source = stack.yaml
- sha256sums = 879a030cc750964bdfc821b6927edba94e8ade650b63c95478270287c040a372
+ sha256sums = 911109bbedf13c5a5c154ff8b60087b43cfd8be5e165df09b4e8f532a9f22fcd
sha256sums = a93a2777ee4488510c6e5f82fc7bd7299cbeed7e04004e833d5a8d6f43db44c8
sha256sums = dcd254ba3c30848bc3527fcab197f8608bc913ae0bee17f67cf97ebf7977dfa6
sha256sums = 6c5525b2dd35ab6ccf6c5f7e6568bd0164711b8932e80f0caa4a8b9358509902
diff --git a/PKGBUILD b/PKGBUILD
index f903177dab18..64ee3efbd400 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lukas Werling <lukas.werling@gmail.com>
pkgname=elm-platform
pkgver=0.18.0
-pkgrel=2
+pkgrel=3
pkgdesc="Bundle of all core development tools for the Elm language."
arch=('i686' 'x86_64')
url="http://elm-lang.org"
@@ -17,7 +17,7 @@ source=(
elm-repl-${pkgver}.zip::https://github.com/elm-lang/elm-repl/archive/${pkgver}.zip
stack.yaml
)
-sha256sums=('879a030cc750964bdfc821b6927edba94e8ade650b63c95478270287c040a372'
+sha256sums=('911109bbedf13c5a5c154ff8b60087b43cfd8be5e165df09b4e8f532a9f22fcd'
'a93a2777ee4488510c6e5f82fc7bd7299cbeed7e04004e833d5a8d6f43db44c8'
'dcd254ba3c30848bc3527fcab197f8608bc913ae0bee17f67cf97ebf7977dfa6'
'6c5525b2dd35ab6ccf6c5f7e6568bd0164711b8932e80f0caa4a8b9358509902'