summaryrefslogtreecommitdiffstats
path: root/bin-net
diff options
context:
space:
mode:
authorVlad Glagolev2017-10-21 10:50:54 -0400
committerVlad Glagolev2017-10-21 10:50:54 -0400
commite3e3f6671d19438d9fae0e826ddf11976b626005 (patch)
tree1a7702aae28e61abb023cdb8495d7d2c9aabe8f0 /bin-net
parentfdb4aa17ffa8dcb9e4f159e0f1efce228002d55f (diff)
wire-bin: => 3.0.2816
Diffstat (limited to 'bin-net')
-rwxr-xr-xbin-net/wire-bin/DETAILS6
-rw-r--r--bin-net/wire-bin/HISTORY4
-rwxr-xr-xbin-net/wire-bin/PRE_BUILD6
3 files changed, 12 insertions, 4 deletions
diff --git a/bin-net/wire-bin/DETAILS b/bin-net/wire-bin/DETAILS
index a6e4147..3a19a77 100755
--- a/bin-net/wire-bin/DETAILS
+++ b/bin-net/wire-bin/DETAILS
@@ -1,12 +1,12 @@
SPELL=wire-bin
SPELLX=${SPELL/-bin/}
- VERSION=2.17.2813
+ VERSION=3.0.2816
if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
ARCH=amd64
- SOURCE_HASH=sha512:9d11160005fb24fe6187ed964515b5f36b2f65af4f6eb395e1c830a8a65e2aa9540763a50e6dd58444efed9578937d56df7a263c9f62cdd2b9a1873523c9467a
+ SOURCE_HASH=sha512:6d986fa56a38de08bf761363b44629616a39353740a92680ea72b6f89f43c5f8daffa15f969f29cf7c6aed453955b4dfcbf4cbd3f987b73b3cbff7cb3ddfd8b4
else
ARCH=i386
- SOURCE_HASH=sha512:1bc73f1a7cb2c0f0465cc0509ad4fc802615b32fdab3434caddc4fc9f2cb8cd1e2a890f6ff71d6bdf2fa40e644d380b6284a299b890b9819433f0219144127a2
+ SOURCE_HASH=sha512:d931511643f0de805033da84243900cc098f0894e06f41d9f0629ad5f40cc8ab8f0281dd9924e32add82a64468f5e497bfca2582def2b4954a429d5407fd1e04
fi
SOURCE=${SPELLX}_${VERSION}_${ARCH}.deb
SOURCE_URL[0]=https://wire-app.wire.com/linux/debian/pool/main/${SOURCE}
diff --git a/bin-net/wire-bin/HISTORY b/bin-net/wire-bin/HISTORY
index 2f5062e..268648b 100644
--- a/bin-net/wire-bin/HISTORY
+++ b/bin-net/wire-bin/HISTORY
@@ -1,3 +1,7 @@
+2017-10-21 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 3.0.2816
+ * PRE_BUILD: do not include build artifacts
+
2017-10-01 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS, DEPENDS, {PRE_,}BUILD, INSTALL, FINAL: created spell,
version 2.17.2813
diff --git a/bin-net/wire-bin/PRE_BUILD b/bin-net/wire-bin/PRE_BUILD
index dea9348..c6da08f 100755
--- a/bin-net/wire-bin/PRE_BUILD
+++ b/bin-net/wire-bin/PRE_BUILD
@@ -3,4 +3,8 @@ cd "${SOURCE_DIRECTORY}" &&
verify_file &&
-ar p "${SOURCE_CACHE}/${SOURCE}" data.tar.xz | tar -xJf -
+ar p "${SOURCE_CACHE}/${SOURCE}" data.tar.xz | tar -xJf - &&
+
+# delete build artifacts
+rm -rf opt/wire-desktop/resources/app/node_modules/spellchecker/build \
+ opt/wire-desktop/resources/app/node_modules/libsodium-neon/native/target