summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramesgen2021-10-14 20:46:14 +0200
committeramesgen2021-10-14 20:46:14 +0200
commitf874d0852a39d66018d78970a566b48538487aa1 (patch)
treebb7b067433cf53b71042fe5611e6b28d739ce359
parent92661e94224845250374507258cd935d95611082 (diff)
downloadaur-f874d0852a39d66018d78970a566b48538487aa1.tar.gz
Update to 0.3.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07be49af5fe0..af60422a141c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ormolu-bin
pkgdesc = A formatter for Haskell source code
- pkgver = 0.3.0.1
+ pkgver = 0.3.1.0
pkgrel = 1
url = https://github.com/tweag/ormolu
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = ormolu-bin
provides = ormolu
conflicts = ormolu
conflicts = haskell-ormolu
- source = ormolu-0.3.0.1.zip::https://github.com/tweag/ormolu/releases/download/0.3.0.1/ormolu-Linux.zip
- source = LICENSE-0.3.0.1::https://raw.githubusercontent.com/tweag/ormolu/0.3.0.1/LICENSE.md
- sha256sums = c2db077cdbd9ee1eaa308385d4c6fd734d0d50b6f2990000472a400ee734de64
+ source = ormolu-0.3.1.0.zip::https://github.com/tweag/ormolu/releases/download/0.3.1.0/ormolu-Linux.zip
+ source = LICENSE-0.3.1.0::https://raw.githubusercontent.com/tweag/ormolu/0.3.1.0/LICENSE.md
+ sha256sums = da935579d2b74e2e59fab2b85170ac415cc4ee510325f0067c97129854fe7e81
sha256sums = 6572a825b43b87cf53d197723e1d64ce78535fe8bfa19b1377be582909b81141
pkgname = ormolu-bin
diff --git a/PKGBUILD b/PKGBUILD
index e29ece07c041..8682687e7fea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: amesgen <amesgen AT amesgen DOT de>
pkgname='ormolu-bin'
-pkgver=0.3.0.1
+pkgver=0.3.1.0
pkgrel=1
pkgdesc="A formatter for Haskell source code"
arch=('x86_64')
@@ -12,7 +12,7 @@ conflicts=('ormolu' 'haskell-ormolu')
source=("ormolu-$pkgver.zip::https://github.com/tweag/ormolu/releases/download/$pkgver/ormolu-Linux.zip"
"LICENSE-$pkgver::https://raw.githubusercontent.com/tweag/ormolu/$pkgver/LICENSE.md")
-sha256sums=('c2db077cdbd9ee1eaa308385d4c6fd734d0d50b6f2990000472a400ee734de64'
+sha256sums=('da935579d2b74e2e59fab2b85170ac415cc4ee510325f0067c97129854fe7e81'
'6572a825b43b87cf53d197723e1d64ce78535fe8bfa19b1377be582909b81141')
package() {