diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-02-13 23:52:15 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-02-13 23:52:15 -0200 |
commit | 8d0f52f75dbef150f9d99547688120a1e92e9a8e (patch) | |
tree | df73de7ea1f2948d7af417188713f846ae2e066e /pcr/gnuhealth | |
parent | 9bc173ce43b3b6527873c4d30275cfce99cc1874 (diff) | |
download | abslibre-8d0f52f75dbef150f9d99547688120a1e92e9a8e.tar.gz abslibre-8d0f52f75dbef150f9d99547688120a1e92e9a8e.tar.bz2 abslibre-8d0f52f75dbef150f9d99547688120a1e92e9a8e.zip |
gnuhealth-1.8.0-1: updating version
Diffstat (limited to 'pcr/gnuhealth')
-rw-r--r-- | pcr/gnuhealth/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/gnuhealth/PKGBUILD b/pcr/gnuhealth/PKGBUILD index 10d059d4a..ee75b2ee9 100644 --- a/pcr/gnuhealth/PKGBUILD +++ b/pcr/gnuhealth/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer (Parabola): André Silva <emulatorman@lavabit.com> pkgname=gnuhealth -pkgver=1.6.2 +pkgver=1.8.0 pkgrel=1 pkgdesc="A free Health and Hospital Information System" arch=(any) @@ -10,7 +10,7 @@ url="http://health.gnu.org/" license=('GPL3') depends=('trytond') source=("http://ftp.gnu.org/gnu/health/$pkgname-$pkgver.tar.gz") -md5sums=('f36bb82a7a142c99da0218d9a889344c') +md5sums=('2273870ccd77a24ac21b398d095a29b5') build() { cd "$srcdir/$pkgname-$pkgver" |