diff options
author | Daniel Sabogal <dsabogalcc@gmail.com> | 2017-09-25 12:05:31 -0400 |
---|---|---|
committer | Daniel Sabogal <dsabogalcc@gmail.com> | 2017-09-25 13:20:06 -0400 |
commit | 8cb9438bad80785959196a1976a3076741bfacf7 (patch) | |
tree | 7112e546abc8628e41c9144f5ba38e70e8576fa3 /community/i3wm | |
parent | 46dd4472f458726112f0d64b86d7736db4341029 (diff) | |
download | aports-8cb9438bad80785959196a1976a3076741bfacf7.tar.bz2 aports-8cb9438bad80785959196a1976a3076741bfacf7.tar.xz |
community/i3wm: upgrade to 4.14.1
Diffstat (limited to 'community/i3wm')
-rw-r--r-- | community/i3wm/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/i3wm/APKBUILD b/community/i3wm/APKBUILD index 3868164561..5b373a0033 100644 --- a/community/i3wm/APKBUILD +++ b/community/i3wm/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=i3wm -pkgver=4.14 +pkgver=4.14.1 pkgrel=0 pkgdesc="A tiling window manager" url="http://i3wm.org" @@ -35,5 +35,5 @@ package() { install -m644 man/*.1 "$pkgdir"/usr/share/man/man1/ } -sha512sums="7211e9bd88d908bd0cbd5a56fddfe80a58da5b92bd6e41ff8ac2f965ebe0b6330483e38e4f12bb8406f1e9d41b2f9039a5f34555dd4bf2fc9b0bd95b95accb69 i3-4.14.tar.bz2 +sha512sums="ef628af002947b40e1c88b0e872c6e93d4377a9674a120bd9adc3f323a38570b05124cd3047b5a26659e72070de2d00d83fb93186510c74ad8ddbf4f3df85472 i3-4.14.1.tar.bz2 8ce7d00371c43b93dabbe0dadf9caf7c58a68f4a0079f5a9b9552c15c55bfa0df16d7e87a281595af2ac5254632ba28ccf82a467cea16159b41490f6f2910299 musl.patch" |