Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-wai-cors
Commits: 59da5d66 by Felix Yan at 2023-10-03T09:20:34+03:00 upgpkg: 0.2.7-317: rebuild with hashable 1.4.3.0 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,18 @@ +pkgbase = haskell-wai-cors + pkgdesc = CORS for WAI + pkgver = 0.2.7 + pkgrel = 317 + url = https://github.com/larskuhtz/wai-cors + arch = x86_64 + license = MIT + makedepends = ghc + depends = ghc-libs + depends = haskell-attoparsec + depends = haskell-base-unicode-symbols + depends = haskell-case-insensitive + depends = haskell-http-types + depends = haskell-wai + source = https://hackage.haskell.org/packages/archive/wai-cors/0.2.7/wai-cors-0.2.7.tar.gz + sha512sums = 77a9e3cb457136a05c2b104ac331af17d70edf8d985689c962d3e6cc0981c6752eff59ef18301c0ba98c6d4256909c44afe50bedb0f3dd741b6879564516cea7 + +pkgname = haskell-wai-cors ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=wai-cors pkgname=haskell-wai-cors pkgver=0.2.7 -pkgrel=316 +pkgrel=317 pkgdesc="CORS for WAI" url="https://github.com/larskuhtz/wai-cors" license=("MIT") View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-wai-cors/-/commit/59da5d660143144e855c486b9925458f8707bd79 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-wai-cors/-/commit/59da5d660143144e855c486b9925458f8707bd79 You're receiving this email because of your account on gitlab.archlinux.org.
