diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-08-08 15:23:14 -0400 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2021-08-08 21:11:54 +0000 |
commit | 9b2e8f3d42be2ab83c4b9750f5b949d3b7eb96ee (patch) | |
tree | ecb951aa699f2ff7806f56d5e099bebac4b98b0e | |
parent | a295238028bb42851a71be368e7f2ed19bfb46f5 (diff) | |
download | aports-9b2e8f3d42be2ab83c4b9750f5b949d3b7eb96ee.zip |
community/sx: move from testing, upgrade to 2.1.7
-rw-r--r-- | community/sx/APKBUILD (renamed from testing/sx/APKBUILD) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/testing/sx/APKBUILD b/community/sx/APKBUILD index 8853005c525..14e9665544f 100644 --- a/testing/sx/APKBUILD +++ b/community/sx/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Sam Stuewe <samuel.stuewe@gmail.com> pkgname=sx -pkgver=2.1.6 +pkgver=2.1.7 pkgrel=0 pkgdesc="A simple alternative to xinit and startx" url="https://github.com/Earnestly/sx" @@ -16,4 +16,6 @@ package() { chmod +x "$pkgdir"/usr/bin/sx } -sha512sums="3b3f53345197eeaa6d95e08063370556cf117dc2cacec3179944f6ec6b5090174b11d235b89ff04fa8d288fa56eab70ae2afc746ec9f4fa1cfe76177993fd83c sx-2.1.6.tar.gz" +sha512sums=" +3b5893236209fd1e5b1a6cb64ad83df830d822d9a413c627110ef5087b1da6d6c43665e5bd24f49059fbfb57511545ceddd16377ac21ffc38464a66b8ad9dbec sx-2.1.7.tar.gz +" |