Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master binary grimoire by Vlad Glagolev (3ead6a3952fc6514bee6cb6bb685bc481260ce86)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master binary grimoire by Vlad Glagolev (3ead6a3952fc6514bee6cb6bb685bc481260ce86)
  • Date: Sun, 8 Mar 2020 19:19:04 +0000

GIT changes to master binary grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

bin-net/wire-bin/DETAILS | 4 ++--
bin-net/wire-bin/HISTORY | 4 ++++
bin-net/wire-bin/INSTALL | 2 ++
3 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit 3ead6a3952fc6514bee6cb6bb685bc481260ce86
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

wire-bin: => 3.14.2921

diff --git a/bin-net/wire-bin/DETAILS b/bin-net/wire-bin/DETAILS
index 1788f1e..38c34f6 100755
--- a/bin-net/wire-bin/DETAILS
+++ b/bin-net/wire-bin/DETAILS
@@ -1,9 +1,9 @@
SPELL=wire-bin
SPELLX=Wire
if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}" ==
"em64t" ]]; then
- VERSION=3.11.2912
+ VERSION=3.14.2921
ARCH=amd64
-
SOURCE_HASH=sha512:b79cec8f1381e6a62ac62db7ae1a22d4deb2a90665bdcebea49372f1d89fc454b9dd39d0f15d55ef281f6be8b7956146e52ea20c99a923692a5edc34df06965c
+
SOURCE_HASH=sha512:9123fcd9ee680c54a55117239967215cf11fc1b0d7c795023c5f6fcb9abec52f5bd45a019129fe45f5be97b7fc18e077fdc05b88ef6f48ee7d8409911bb4f061
else
VERSION=3.6.2885
ARCH=i386
diff --git a/bin-net/wire-bin/HISTORY b/bin-net/wire-bin/HISTORY
index a5b2b7f..d5178b7 100644
--- a/bin-net/wire-bin/HISTORY
+++ b/bin-net/wire-bin/HISTORY
@@ -1,3 +1,7 @@
+2020-03-08 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.14.2921 (amd64)
+ * INSTALL: corrected perms
+
2019-12-22 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 3.11.2912 (amd64)

diff --git a/bin-net/wire-bin/INSTALL b/bin-net/wire-bin/INSTALL
index 70e41e4..9c86303 100755
--- a/bin-net/wire-bin/INSTALL
+++ b/bin-net/wire-bin/INSTALL
@@ -1,5 +1,7 @@
cp -dRv opt/Wire "${INSTALL_ROOT}/opt" &&

+chmod 4755 "${INSTALL_ROOT}/opt/Wire/chrome-sandbox" &&
+
install -vm 644 usr/share/applications/wire-desktop.desktop
"${INSTALL_ROOT}/usr/share/applications/wire-desktop.desktop" &&

for size in 32 256; do



  • [SM-Commit] GIT changes to master binary grimoire by Vlad Glagolev (3ead6a3952fc6514bee6cb6bb685bc481260ce86), Vlad Glagolev, 03/08/2020

Archive powered by MHonArc 2.6.24.

Top of Page