Skip to Content.
Sympa Menu

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

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 (0d0052b6fc7b82ce5063e27cfc813e9e9a9ac6d6)
  • Date: Tue, 19 Sep 2023 06:04:22 +0000

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

ChangeLog | 3 +++
bin-archive/kopia-bin/BUILD | 1 +
bin-archive/kopia-bin/DETAILS | 20 ++++++++++++++++++++
bin-archive/kopia-bin/HISTORY | 2 ++
bin-archive/kopia-bin/INSTALL | 1 +
bin-net/syncthing-bin/DETAILS | 6 +++---
bin-net/syncthing-bin/HISTORY | 3 +++
bin-utils/chezmoi-bin/DETAILS | 6 +++---
bin-utils/chezmoi-bin/HISTORY | 3 +++
9 files changed, 39 insertions(+), 6 deletions(-)

New commits:
commit 0d0052b6fc7b82ce5063e27cfc813e9e9a9ac6d6
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

syncthing-bin: => 1.24.0

commit d30458f03a8f66cc240149ad2fbd7be639ef1f0e
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

kopia-bin: new spell, cross-platform backup tool

commit e2e9a1a1a7818e458604e4b187fa066d00cc0cc5
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

chezmoi-bin: => 2.39.1

diff --git a/ChangeLog b/ChangeLog
index 012d333..3362250 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2023-09-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * bin-archive/kopia-bin: new spell, cross-platform backup tool
+
2023-07-21 Vlad Glagolev <stealth AT sourcemage.org>
* bin-utils/chezmoi-bin: new spell, dotfiles manager across multiple
diverse machines
diff --git a/bin-archive/kopia-bin/BUILD b/bin-archive/kopia-bin/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/bin-archive/kopia-bin/BUILD
@@ -0,0 +1 @@
+true
diff --git a/bin-archive/kopia-bin/DETAILS b/bin-archive/kopia-bin/DETAILS
new file mode 100755
index 0000000..0e4fa4c
--- /dev/null
+++ b/bin-archive/kopia-bin/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=kopia-bin
+ SPELLX=${SPELL/-bin/}
+ VERSION=0.14.1
+ ARCH=x64
+ SOURCE=${SPELLX}-${VERSION}-linux-${ARCH}.tar.gz
+
SOURCE_URL[0]=https://github.com/kopia/${SPELLX}/releases/download/v${VERSION}/${SOURCE}
+
SOURCE_HASH=sha256:43aa0e4b87e1c422071b43dd94188cd7c3e28faa7b957d28b2ab7854dd8f0bd8:UPSTREAM_HASH
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}-linux-${ARCH}"
+ DOC_DIRS=""
+ WEB_SITE=https://github.com/kopia/kopia
+ LICENSE[0]=APACHE
+ ENTERED=20230918
+ KEYWORDS="backup"
+ SHORT="cross-platform backup tool"
+cat << EOF
+Kopia is a fast and secure open-source backup/restore tool that allows you to
+create encrypted snapshots of your data and save the snapshots to remote or
+cloud storage of your choice, to network-attached storage or server, or
+locally on your machine.
+EOF
diff --git a/bin-archive/kopia-bin/HISTORY b/bin-archive/kopia-bin/HISTORY
new file mode 100644
index 0000000..ef02e5d
--- /dev/null
+++ b/bin-archive/kopia-bin/HISTORY
@@ -0,0 +1,2 @@
+2023-09-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, BUILD, INSTALL: created spell, version 0.14.1
diff --git a/bin-archive/kopia-bin/INSTALL b/bin-archive/kopia-bin/INSTALL
new file mode 100755
index 0000000..c87ff8b
--- /dev/null
+++ b/bin-archive/kopia-bin/INSTALL
@@ -0,0 +1 @@
+install -vm 755 kopia "${INSTALL_ROOT}/usr/bin/kopia"
diff --git a/bin-net/syncthing-bin/DETAILS b/bin-net/syncthing-bin/DETAILS
index 544ff69..051b7e0 100755
--- a/bin-net/syncthing-bin/DETAILS
+++ b/bin-net/syncthing-bin/DETAILS
@@ -1,12 +1,12 @@
SPELL=syncthing-bin
SPELLX=${SPELL/-bin/}
- VERSION=1.22.0
+ VERSION=1.24.0
if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}" ==
"em64t" ]]; then
ARCH=amd64
-
SOURCE_HASH=sha256:8b5d825d176d37484250fbb749305a4ba59cbe7ed3ed6492bc0d219e6bc445c2:UPSTREAM_HASH
+
SOURCE_HASH=sha256:b6e514d61f9be7d516483762e91e10c1644427e35d88c79edb64cbc6256e1036:UPSTREAM_HASH
else
ARCH=386
-
SOURCE_HASH=sha256:1668f885bb73e56fa5b51177d794e61623a23a93d9cbe9efb49ad974ae25e214:UPSTREAM_HASH
+
SOURCE_HASH=sha256:2a7a76bf499188226f0a74b35bb2a6e217dad025348c00dc79a7246cbd13ce28:UPSTREAM_HASH
fi
SOURCE=${SPELLX}-linux-${ARCH}-v${VERSION}.tar.gz

SOURCE_URL[0]=https://github.com/syncthing/${SPELLX}/releases/download/v${VERSION}/${SOURCE}
diff --git a/bin-net/syncthing-bin/HISTORY b/bin-net/syncthing-bin/HISTORY
index c553f3c..c385c6d 100644
--- a/bin-net/syncthing-bin/HISTORY
+++ b/bin-net/syncthing-bin/HISTORY
@@ -1,3 +1,6 @@
+2023-09-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.24.0
+
2022-10-21 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.22.0

diff --git a/bin-utils/chezmoi-bin/DETAILS b/bin-utils/chezmoi-bin/DETAILS
index f52dafb..686c59c 100755
--- a/bin-utils/chezmoi-bin/DETAILS
+++ b/bin-utils/chezmoi-bin/DETAILS
@@ -1,12 +1,12 @@
SPELL=chezmoi-bin
SPELLX=${SPELL/-bin/}
- VERSION=2.38.0
+ VERSION=2.39.1
if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}" ==
"em64t" ]]; then
ARCH=amd64
-
SOURCE_HASH=sha256:2c4c0f1245a8cecc10143a3484e7e249297efe5e5aadbbed3445ce4c622c13b9:UPSTREAM_HASH
+
SOURCE_HASH=sha256:88016c5284c5ad69ca3676de8c52a436cc2db75a995887e863a2fbcfc08795e8:UPSTREAM_HASH
else
ARCH=i386
-
SOURCE_HASH=sha256:b78d3470dd01cf8cb259c0ba73dcccbac4c21c7e7dde66b8c49bd5a891930b06:UPSTREAM_HASH
+
SOURCE_HASH=sha256:acc34034c3f7693861c9484403b3bbb922b19c7a1d3c401639b41d0d8cfc63b4:UPSTREAM_HASH
fi
SOURCE=${SPELLX}_${VERSION}_linux_${ARCH}.tar.gz

SOURCE_URL[0]=https://github.com/twpayne/${SPELLX}/releases/download/v${VERSION}/${SOURCE}
diff --git a/bin-utils/chezmoi-bin/HISTORY b/bin-utils/chezmoi-bin/HISTORY
index 9ca909c..6d6ab44 100644
--- a/bin-utils/chezmoi-bin/HISTORY
+++ b/bin-utils/chezmoi-bin/HISTORY
@@ -1,3 +1,6 @@
+2023-09-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.39.1
+
2023-08-30 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.38.0




  • [SM-Commit] GIT changes to master binary grimoire by Vlad Glagolev (0d0052b6fc7b82ce5063e27cfc813e9e9a9ac6d6), Vlad Glagolev, 09/19/2023

Archive powered by MHonArc 2.6.24.

Top of Page