diff options
author | Sascha Paunovic <azarus@posteo.net> | 2018-06-05 20:09:38 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-06-07 07:48:48 +0000 |
commit | 92269f65a17e049787db28dd8a22c6d072e1e478 (patch) | |
tree | 40c6dd325e724a40ab84f47c51e854ef8061fae5 /community/fvwm | |
parent | a629006fbe8ed43b7a9ae8776d22f4f6d2195a8c (diff) | |
download | aports-92269f65a17e049787db28dd8a22c6d072e1e478.tar.bz2 aports-92269f65a17e049787db28dd8a22c6d072e1e478.tar.xz |
community/fvwm: upgrade to 2.6.8
Diffstat (limited to 'community/fvwm')
-rw-r--r-- | community/fvwm/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/fvwm/APKBUILD b/community/fvwm/APKBUILD index e1cb3a03b0..33c0293584 100644 --- a/community/fvwm/APKBUILD +++ b/community/fvwm/APKBUILD @@ -1,7 +1,7 @@ # Contributor: ScrumpyJack <scrumpyjack@st.ilet.to> # Maintainer: ScrumpyJack <scrumpyjack@st.ilet.to> pkgname=fvwm -pkgver=2.6.7 +pkgver=2.6.8 pkgrel=0 pkgdesc="FVWM is a powerful desktop window manager for the X Window system" url="http://fvwm.org" @@ -37,4 +37,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="127cd1cc68e98e673056c1dd5108dfabc7560cfc98c86e35b95d75c6327156389f77aa0470e2e6f702865367f29d3bd1cfa8cf07a5b1c1693fa6e04fb2af717f fvwm-2.6.7.tar.gz" +sha512sums="12e0def0a1d565c1c44356b48b4e516b7be4f51f13f91d9f8b89364ae106f6d7773e12fd17c71b6f0569c64fb3a5374c036c118cb76f739a63b1e17b5dfba287 fvwm-2.6.8.tar.gz" |