summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramesgen2023-09-09 13:33:49 +0200
committeramesgen2023-09-09 13:33:49 +0200
commita4c00941ccc035a38e4a383077c5f707a9f8d662 (patch)
tree8e9ec7799a66d6b4b4400f8741946334571957fd
parent8d0df300c277fc71a787581e09fe3715f3a986f3 (diff)
downloadaur-a4c00941ccc035a38e4a383077c5f707a9f8d662.tar.gz
Update to 0.7.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bddc2c0c08c5..23568fd49b4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ormolu-bin
pkgdesc = A formatter for Haskell source code
- pkgver = 0.7.1.0
+ pkgver = 0.7.2.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.7.1.0.zip::https://github.com/tweag/ormolu/releases/download/0.7.1.0/ormolu-Linux.zip
- source = LICENSE-0.7.1.0::https://raw.githubusercontent.com/tweag/ormolu/0.7.1.0/LICENSE.md
- sha256sums = cefb2fbc0dc09dbdebefb7b2ceffe9d0fd6f76d6cba6974aa7f5ea674a06231d
+ source = ormolu-0.7.2.0.zip::https://github.com/tweag/ormolu/releases/download/0.7.2.0/ormolu-Linux.zip
+ source = LICENSE-0.7.2.0::https://raw.githubusercontent.com/tweag/ormolu/0.7.2.0/LICENSE.md
+ sha256sums = af88b8c04f7a3a68899a07aafdad2aff567a0c7143b4d58bf0433aa0fe6d5597
sha256sums = 6572a825b43b87cf53d197723e1d64ce78535fe8bfa19b1377be582909b81141
pkgname = ormolu-bin
diff --git a/PKGBUILD b/PKGBUILD
index 68398f8b582d..3c87778aef8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: amesgen <amesgen AT amesgen DOT de>
pkgname='ormolu-bin'
-pkgver=0.7.1.0
+pkgver=0.7.2.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=('cefb2fbc0dc09dbdebefb7b2ceffe9d0fd6f76d6cba6974aa7f5ea674a06231d'
+sha256sums=('af88b8c04f7a3a68899a07aafdad2aff567a0c7143b4d58bf0433aa0fe6d5597'
'6572a825b43b87cf53d197723e1d64ce78535fe8bfa19b1377be582909b81141')
package() {