[arch-commits] Commit in chicken/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Thu Jun 20 08:16:22 UTC 2019


    Date: Thursday, June 20, 2019 @ 08:16:22
  Author: arodseth
Revision: 482449

upgpkg: chicken 5.1.0-1

Modified:
  chicken/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-20 07:05:14 UTC (rev 482448)
+++ PKGBUILD	2019-06-20 08:16:22 UTC (rev 482449)
@@ -3,8 +3,8 @@
 # Contributor: David <david at pako.st>
 
 pkgname=chicken
-pkgver=5.0.0
-pkgrel=2
+pkgver=5.1.0
+pkgrel=1
 pkgdesc='Feature rich R5RS Scheme compiler and interpreter'
 arch=(x86_64)
 url='https://call-cc.org/'
@@ -13,7 +13,7 @@
 makedepends=(chicken)
 options=(staticlibs)
 source=("https://code.call-cc.org/releases/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('a8b94bb94c5d6a4348cedd75dc334ac80924bcd9a7a7a3d6af5121e57ef66595')
+sha256sums=('5c1101a8d8faabfd500ad69101e0c7c8bd826c68970f89c270640470e7b84b4b')
 
 build() {
   make -j1 -C $pkgname-$pkgver \



More information about the arch-commits mailing list