Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-hoauth2
Commits:
ec8cf345 by Felix Yan at 2024-02-09T23:30:10+02:00
upgpkg: 2.4.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-hoauth2
pkgdesc = Haskell OAuth2 authentication client
- pkgver = 2.3.0
- pkgrel = 5
+ pkgver = 2.4.0
+ pkgrel = 1
url = https://github.com/freizl/hoauth2
arch = x86_64
license = BSD
@@ -15,7 +15,7 @@ pkgbase = haskell-hoauth2
depends = haskell-microlens
depends = haskell-uri-bytestring
depends = haskell-uri-bytestring-aeson
- source =
https://hackage.haskell.org/packages/archive/hoauth2/2.3.0/hoauth2-2.3.0.tar.gz
- sha256sums =
3b95b352b1ca1060a9762ea66ffc74f36cb9cbaa320388afd2351868d28cc483
+ source =
https://hackage.haskell.org/packages/archive/hoauth2/2.4.0/hoauth2-2.4.0.tar.gz
+ sha256sums =
7d4ded79bb744d63e8d2d31e5dd76922ef125e2b3d2b1d009febffde0a54e453
pkgname = haskell-hoauth2
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=hoauth2
pkgname=haskell-hoauth2
-pkgver=2.3.0
-pkgrel=5
+pkgver=2.4.0
+pkgrel=1
pkgdesc="Haskell OAuth2 authentication client"
url="https://github.com/freizl/hoauth2"
license=("BSD")
@@ -13,7 +13,7 @@ depends=('ghc-libs' 'haskell-aeson' 'haskell-data-default'
'haskell-http-conduit
'haskell-uri-bytestring-aeson')
makedepends=('ghc' 'uusi')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('3b95b352b1ca1060a9762ea66ffc74f36cb9cbaa320388afd2351868d28cc483')
+sha256sums=('7d4ded79bb744d63e8d2d31e5dd76922ef125e2b3d2b1d009febffde0a54e453')
prepare() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hoauth2/-/commit/ec8cf34563d62138661e4166d8af2801a186cac3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hoauth2/-/commit/ec8cf34563d62138661e4166d8af2801a186cac3
You're receiving this email because of your account on gitlab.archlinux.org.