summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramesgen2023-03-12 23:32:36 +0100
committeramesgen2023-03-12 23:32:36 +0100
commit7b304520c3e754cf1de6614ecd957314d96e2795 (patch)
tree6d6a232d8aaa4bd7932e470e05aca7bb8f1b85c8
parenta0f4c66980ae15166a56292d5a397a5414ad4605 (diff)
downloadaur-7b304520c3e754cf1de6614ecd957314d96e2795.tar.gz
Update to 0.5.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d315656db3b6..4be517886ce7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ormolu-bin
pkgdesc = A formatter for Haskell source code
- pkgver = 0.5.0.1
+ pkgver = 0.5.3.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.5.0.1.zip::https://github.com/tweag/ormolu/releases/download/0.5.0.1/ormolu-Linux.zip
- source = LICENSE-0.5.0.1::https://raw.githubusercontent.com/tweag/ormolu/0.5.0.1/LICENSE.md
- sha256sums = 6b3b0efdbee95037cd2fec5ea3988aae17ca7ce2f3a62f4bd3a5e6bdca63d228
+ source = ormolu-0.5.3.0.zip::https://github.com/tweag/ormolu/releases/download/0.5.3.0/ormolu-Linux.zip
+ source = LICENSE-0.5.3.0::https://raw.githubusercontent.com/tweag/ormolu/0.5.3.0/LICENSE.md
+ sha256sums = 1681b3ab0acfbf70978108ca99f3498e6d42624128e818e4491f64ac9aaefaf0
sha256sums = 6572a825b43b87cf53d197723e1d64ce78535fe8bfa19b1377be582909b81141
pkgname = ormolu-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3d5bb14fab50..62371863ec9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: amesgen <amesgen AT amesgen DOT de>
pkgname='ormolu-bin'
-pkgver=0.5.0.1
+pkgver=0.5.3.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=('6b3b0efdbee95037cd2fec5ea3988aae17ca7ce2f3a62f4bd3a5e6bdca63d228'
+sha256sums=('1681b3ab0acfbf70978108ca99f3498e6d42624128e818e4491f64ac9aaefaf0'
'6572a825b43b87cf53d197723e1d64ce78535fe8bfa19b1377be582909b81141')
package() {