summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramesgen2022-05-13 14:25:16 +0200
committeramesgen2022-05-13 14:25:16 +0200
commita94dada5b9100549cc40c02b119e85f36ee3f6d4 (patch)
tree885664a88f6fc2a334edd7f70040bc66b33101b2
parent8ec4e8a61ee41599334273da58d40e729ed24ebf (diff)
downloadaur-a94dada5b9100549cc40c02b119e85f36ee3f6d4.tar.gz
Update to 0.5.0.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65029d6de613..d7b0a271cb64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ormolu-bin
pkgdesc = A formatter for Haskell source code
- pkgver = 0.4.0.0
+ pkgver = 0.5.0.0
pkgrel = 1
url = https://github.com/tweag/ormolu
arch = x86_64
@@ -8,9 +8,10 @@ pkgbase = ormolu-bin
provides = ormolu
conflicts = ormolu
conflicts = haskell-ormolu
- source = ormolu-0.4.0.0.zip::https://github.com/tweag/ormolu/releases/download/0.4.0.0/ormolu-Linux.zip
- source = LICENSE-0.4.0.0::https://raw.githubusercontent.com/tweag/ormolu/0.4.0.0/LICENSE.md
- sha256sums = 45d7260a78b06812ec22b4eb17292a4d887814e6346177ec6f512cbd68b8782c
+ source = ormolu-0.5.0.0.zip::https://github.com/tweag/ormolu/releases/download/0.5.0.0/ormolu-Linux.zip
+ source = LICENSE-0.5.0.0::https://raw.githubusercontent.com/tweag/ormolu/0.5.0.0/LICENSE.md
+ sha256sums = e97eafeeb90d15d76d7700245ded5ebefe9774bd15ada309dca6e12de9b65a66
sha256sums = 6572a825b43b87cf53d197723e1d64ce78535fe8bfa19b1377be582909b81141
pkgname = ormolu-bin
+
diff --git a/PKGBUILD b/PKGBUILD
index a6cfbd5b3ad1..c6d83bf0afec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: amesgen <amesgen AT amesgen DOT de>
pkgname='ormolu-bin'
-pkgver=0.4.0.0
+pkgver=0.5.0.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=('45d7260a78b06812ec22b4eb17292a4d887814e6346177ec6f512cbd68b8782c'
+sha256sums=('e97eafeeb90d15d76d7700245ded5ebefe9774bd15ada309dca6e12de9b65a66'
'6572a825b43b87cf53d197723e1d64ce78535fe8bfa19b1377be582909b81141')
package() {