From b78eb4677d8d935903b44cc91b95964ea539a48d Mon Sep 17 00:00:00 2001 From: user Date: Mon, 16 May 2022 16:31:28 +0300 Subject: [PATCH 1/7] update to 0.6.1.1 --- srcpkgs/aclip/template | 4 ++-- srcpkgs/aloadimage/template | 4 ++-- srcpkgs/arcan/template | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/aclip/template b/srcpkgs/aclip/template index f1dd8ee44265..ac58d84bb063 100644 --- a/srcpkgs/aclip/template +++ b/srcpkgs/aclip/template @@ -1,7 +1,7 @@ # Template file for 'aclip' # !! keep synced with arcan pkgname=aclip -version=0.6.1 +version=0.6.1.1 revision=1 wrksrc=arcan-${version} build_wrksrc=src/tools/aclip @@ -12,7 +12,7 @@ maintainer="Piraty " license="BSD-3-Clause" homepage="https://arcan-fe.com/" distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz" -checksum=ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551 +checksum=3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e post_install() { vlicense ../../../COPYING diff --git a/srcpkgs/aloadimage/template b/srcpkgs/aloadimage/template index 7e1dcbd97192..f163762b2da2 100644 --- a/srcpkgs/aloadimage/template +++ b/srcpkgs/aloadimage/template @@ -1,7 +1,7 @@ # Template file for 'aloadimage' # !! keep synced with arcan pkgname=aloadimage -version=0.6.1 +version=0.6.1.1 revision=1 wrksrc="arcan-${version}" build_wrksrc=src/tools/aloadimage @@ -13,7 +13,7 @@ maintainer="Piraty " license="BSD-3-Clause" homepage="https://arcan-fe.com/" distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz" -checksum=ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551 +checksum=3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e post_install() { vlicense ../../../COPYING diff --git a/srcpkgs/arcan/template b/srcpkgs/arcan/template index f33db1fadeb8..8b67ae9a185c 100644 --- a/srcpkgs/arcan/template +++ b/srcpkgs/arcan/template @@ -1,6 +1,6 @@ # Template file for 'arcan' pkgname=arcan -version=0.6.1 +version=0.6.1.1 revision=1 build_wrksrc=src build_style=cmake @@ -26,7 +26,7 @@ _versionOpenal=0.5.4 distfiles="https://github.com/letoram/${pkgname}/archive/${version}.tar.gz https://github.com/letoram/openal/archive/${_versionOpenal}.tar.gz>openal_arcan.${_versionOpenal}.tar.gz" checksum="ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551 - 3a50a87c05b67c466a868cc77f8dc7f9cfc9466aeeafcd823daca0d108c504da" + 3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e" export CMAKE_GENERATOR="Unix Makefiles" From d7ca1be52cef4442994a65bcae8c2db6baf6bc59 Mon Sep 17 00:00:00 2001 From: user Date: Mon, 16 May 2022 17:05:41 +0300 Subject: [PATCH 2/7] Revert "update to 0.6.1.1" This reverts commit b78eb4677d8d935903b44cc91b95964ea539a48d. --- srcpkgs/aclip/template | 4 ++-- srcpkgs/aloadimage/template | 4 ++-- srcpkgs/arcan/template | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/aclip/template b/srcpkgs/aclip/template index ac58d84bb063..f1dd8ee44265 100644 --- a/srcpkgs/aclip/template +++ b/srcpkgs/aclip/template @@ -1,7 +1,7 @@ # Template file for 'aclip' # !! keep synced with arcan pkgname=aclip -version=0.6.1.1 +version=0.6.1 revision=1 wrksrc=arcan-${version} build_wrksrc=src/tools/aclip @@ -12,7 +12,7 @@ maintainer="Piraty " license="BSD-3-Clause" homepage="https://arcan-fe.com/" distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz" -checksum=3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e +checksum=ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551 post_install() { vlicense ../../../COPYING diff --git a/srcpkgs/aloadimage/template b/srcpkgs/aloadimage/template index f163762b2da2..7e1dcbd97192 100644 --- a/srcpkgs/aloadimage/template +++ b/srcpkgs/aloadimage/template @@ -1,7 +1,7 @@ # Template file for 'aloadimage' # !! keep synced with arcan pkgname=aloadimage -version=0.6.1.1 +version=0.6.1 revision=1 wrksrc="arcan-${version}" build_wrksrc=src/tools/aloadimage @@ -13,7 +13,7 @@ maintainer="Piraty " license="BSD-3-Clause" homepage="https://arcan-fe.com/" distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz" -checksum=3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e +checksum=ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551 post_install() { vlicense ../../../COPYING diff --git a/srcpkgs/arcan/template b/srcpkgs/arcan/template index 8b67ae9a185c..f33db1fadeb8 100644 --- a/srcpkgs/arcan/template +++ b/srcpkgs/arcan/template @@ -1,6 +1,6 @@ # Template file for 'arcan' pkgname=arcan -version=0.6.1.1 +version=0.6.1 revision=1 build_wrksrc=src build_style=cmake @@ -26,7 +26,7 @@ _versionOpenal=0.5.4 distfiles="https://github.com/letoram/${pkgname}/archive/${version}.tar.gz https://github.com/letoram/openal/archive/${_versionOpenal}.tar.gz>openal_arcan.${_versionOpenal}.tar.gz" checksum="ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551 - 3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e" + 3a50a87c05b67c466a868cc77f8dc7f9cfc9466aeeafcd823daca0d108c504da" export CMAKE_GENERATOR="Unix Makefiles" From ba05bc92b9f44889e153394dd82d02d5b74c96a3 Mon Sep 17 00:00:00 2001 From: user Date: Mon, 16 May 2022 17:07:34 +0300 Subject: [PATCH 3/7] update to 0.6.1.1 --- srcpkgs/arcan/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/arcan/template b/srcpkgs/arcan/template index f33db1fadeb8..8b67ae9a185c 100644 --- a/srcpkgs/arcan/template +++ b/srcpkgs/arcan/template @@ -1,6 +1,6 @@ # Template file for 'arcan' pkgname=arcan -version=0.6.1 +version=0.6.1.1 revision=1 build_wrksrc=src build_style=cmake @@ -26,7 +26,7 @@ _versionOpenal=0.5.4 distfiles="https://github.com/letoram/${pkgname}/archive/${version}.tar.gz https://github.com/letoram/openal/archive/${_versionOpenal}.tar.gz>openal_arcan.${_versionOpenal}.tar.gz" checksum="ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551 - 3a50a87c05b67c466a868cc77f8dc7f9cfc9466aeeafcd823daca0d108c504da" + 3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e" export CMAKE_GENERATOR="Unix Makefiles" From beb3406ff1e739644318e1250b38c4630763ff87 Mon Sep 17 00:00:00 2001 From: user Date: Mon, 16 May 2022 17:08:11 +0300 Subject: [PATCH 4/7] Revert "update to 0.6.1.1" This reverts commit ba05bc92b9f44889e153394dd82d02d5b74c96a3. --- srcpkgs/arcan/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/arcan/template b/srcpkgs/arcan/template index 8b67ae9a185c..f33db1fadeb8 100644 --- a/srcpkgs/arcan/template +++ b/srcpkgs/arcan/template @@ -1,6 +1,6 @@ # Template file for 'arcan' pkgname=arcan -version=0.6.1.1 +version=0.6.1 revision=1 build_wrksrc=src build_style=cmake @@ -26,7 +26,7 @@ _versionOpenal=0.5.4 distfiles="https://github.com/letoram/${pkgname}/archive/${version}.tar.gz https://github.com/letoram/openal/archive/${_versionOpenal}.tar.gz>openal_arcan.${_versionOpenal}.tar.gz" checksum="ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551 - 3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e" + 3a50a87c05b67c466a868cc77f8dc7f9cfc9466aeeafcd823daca0d108c504da" export CMAKE_GENERATOR="Unix Makefiles" From 003b9cb5240aeecbcf572a886035aea8d0b77d73 Mon Sep 17 00:00:00 2001 From: user Date: Mon, 16 May 2022 17:09:51 +0300 Subject: [PATCH 5/7] update to 0.6.1.1 --- srcpkgs/arcan/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/arcan/template b/srcpkgs/arcan/template index f33db1fadeb8..8b67ae9a185c 100644 --- a/srcpkgs/arcan/template +++ b/srcpkgs/arcan/template @@ -1,6 +1,6 @@ # Template file for 'arcan' pkgname=arcan -version=0.6.1 +version=0.6.1.1 revision=1 build_wrksrc=src build_style=cmake @@ -26,7 +26,7 @@ _versionOpenal=0.5.4 distfiles="https://github.com/letoram/${pkgname}/archive/${version}.tar.gz https://github.com/letoram/openal/archive/${_versionOpenal}.tar.gz>openal_arcan.${_versionOpenal}.tar.gz" checksum="ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551 - 3a50a87c05b67c466a868cc77f8dc7f9cfc9466aeeafcd823daca0d108c504da" + 3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e" export CMAKE_GENERATOR="Unix Makefiles" From cc143eda2dce81664f774efef21001ac75fee921 Mon Sep 17 00:00:00 2001 From: user Date: Mon, 16 May 2022 17:11:16 +0300 Subject: [PATCH 6/7] update to 0.6.1.1 --- srcpkgs/aclip/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/aclip/template b/srcpkgs/aclip/template index f1dd8ee44265..ac58d84bb063 100644 --- a/srcpkgs/aclip/template +++ b/srcpkgs/aclip/template @@ -1,7 +1,7 @@ # Template file for 'aclip' # !! keep synced with arcan pkgname=aclip -version=0.6.1 +version=0.6.1.1 revision=1 wrksrc=arcan-${version} build_wrksrc=src/tools/aclip @@ -12,7 +12,7 @@ maintainer="Piraty " license="BSD-3-Clause" homepage="https://arcan-fe.com/" distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz" -checksum=ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551 +checksum=3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e post_install() { vlicense ../../../COPYING From 63814784b4557e875d58e8bf13cd7ad3da70aada Mon Sep 17 00:00:00 2001 From: user Date: Mon, 16 May 2022 17:11:47 +0300 Subject: [PATCH 7/7] update to 0.6.1.1 --- srcpkgs/aloadimage/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/aloadimage/template b/srcpkgs/aloadimage/template index 7e1dcbd97192..f163762b2da2 100644 --- a/srcpkgs/aloadimage/template +++ b/srcpkgs/aloadimage/template @@ -1,7 +1,7 @@ # Template file for 'aloadimage' # !! keep synced with arcan pkgname=aloadimage -version=0.6.1 +version=0.6.1.1 revision=1 wrksrc="arcan-${version}" build_wrksrc=src/tools/aloadimage @@ -13,7 +13,7 @@ maintainer="Piraty " license="BSD-3-Clause" homepage="https://arcan-fe.com/" distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz" -checksum=ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551 +checksum=3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e post_install() { vlicense ../../../COPYING