diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-31 01:35:23 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-31 01:40:02 -0300 |
commit | 59cdbd9290bc386cc6f572255b1ad9aa9f9953c7 (patch) | |
tree | e239ee65cef62dcafcc257e0deee611fffe86c4b /community/i3wm | |
parent | 5da0fbe53c2340a1302200a7e31e5a958a190eb0 (diff) | |
download | aports-59cdbd9290bc386cc6f572255b1ad9aa9f9953c7.tar.bz2 aports-59cdbd9290bc386cc6f572255b1ad9aa9f9953c7.tar.xz |
community/i3wm: upgrade to 4.17.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 5a0c030676..937efd98d5 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.17 +pkgver=4.17.1 pkgrel=0 pkgdesc="Improved dynamic tiling window manager" url="https://i3wm.org" @@ -58,5 +58,5 @@ savetree() { mv "$pkgdir"/usr/bin/i3-save-tree "$subpkgdir"/usr/bin/ } -sha512sums="88fef7331c8e76126559d1a200bb7f840980e73e1aebad838830d86d9d2225c0f12c969a724aae3d8367ee58e898c55e21e7bc1e6bc1d3b5b5375ce0af969402 i3-4.17.tar.bz2 +sha512sums="af397dc1768ea6530e4b2ce8ef21b20ecff8ab9eebf380df224456173eea4c3bacf28b55c8efcdc70f76f0d66543c163564a94cfd66028221ace481fa3c2913f i3-4.17.1.tar.bz2 c6ae3f22d0303da5de7ca4c92734b043a76d7447559fe2ffc308a8d135076cf05ee53ef63eb28c1bd628a1edfb2d1a0ed2d090836cb5fc70f2b882ee1105dad3 i3wm-musl-glob-tilde.patch" |