From 260730270d71e6679fb4a2433715a4327e3ed8f0 Mon Sep 17 00:00:00 2001 From: LAN-TW Date: Sun, 27 Jul 2014 13:29:19 +0800 Subject: guix: 0.6 -> 0.7 --- guix/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'guix') diff --git a/guix/PKGBUILD b/guix/PKGBUILD index 2cc134b..233bc31 100644 --- a/guix/PKGBUILD +++ b/guix/PKGBUILD @@ -2,8 +2,8 @@ # Modified from guix-git 20130119 PKGBUILD pkgname=guix -pkgver=0.6 -pkgrel=2 +pkgver=0.7 +pkgrel=1 pkgdesc="GNU guix is a purely functional package manager" arch=('x86_64' 'i686') url="https://www.gnu.org/software/guix/" @@ -14,7 +14,7 @@ source=( "ftp://alpha.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz" "guix.service") md5sums=( -'1315c0c5be660dbfe388385be5a8b011' +'c9d174a27fc55889c1f1b005875120ae' '4e088207919bdefff13a9d452f79467b') build() { -- cgit