SOURCE_URL[0]=http://caml.inria.fr/pub/distrib/$SPELL-${VERSION:0:4}/$SOURCE
diff --git a/devel/ocaml/HISTORY b/devel/ocaml/HISTORY
index 9b3486d..203dfda 100644
--- a/devel/ocaml/HISTORY
+++ b/devel/ocaml/HISTORY
@@ -1,3 +1,6 @@
+2018-07-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 4.06.1
+
2017-10-28 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 4.05.0
diff --git a/disk/restic/BUILD b/disk/restic/BUILD
new file mode 100755
index 0000000..3fd47e0
--- /dev/null
+++ b/disk/restic/BUILD
@@ -0,0 +1 @@
+go run build.go
diff --git a/disk/restic/DEPENDS b/disk/restic/DEPENDS
new file mode 100755
index 0000000..3e6f604
--- /dev/null
+++ b/disk/restic/DEPENDS
@@ -0,0 +1 @@
+depends -sub GO gcc
diff --git a/disk/restic/DETAILS b/disk/restic/DETAILS
new file mode 100755
index 0000000..6a48f6e
--- /dev/null
+++ b/disk/restic/DETAILS
@@ -0,0 +1,39 @@
+ SPELL=restic
+ VERSION=0.9.1
+ SOURCE="restic-${VERSION}.tar.gz"
+
SOURCE_URL[0]=https://github.com/${SPELL}/${SPELL}/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha512:9d365bdcb561255e2103d7170d02e850e5cf767bc2e02e099d57ec9aad719ebd4319446f5162e64437ca9a8e1fdca273fd1c6cc4314013ca07b5ebdbeef93c2a
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://github.com/restic/restic"
+ LICENSE[0]=BSD
+ ENTERED=20151025
+ SHORT="a program that does backups right"
+cat << EOF
+Restic is a program that does backups right and was designed with the
+following principles in mind:
+
+ * Easy: Doing backups should be a frictionless process, otherwise you might
+ be tempted to skip it. Restic should be easy to configure and use, so
+ that, in the event of a data loss, you can just restore it. Likewise,
+ restoring data should not be complicated.
+
+ * Fast: Backing up your data with restic should only be limited by your
+ network or hard disk bandwidth so that you can backup your files every
day.
+ Nobody does backups if it takes too much time. Restoring backups should
+ only transfer data that is needed for the files that are to be restored,
+ so that this process is also fast.
+
+ * Verifiable: Much more important than backup is restore, so restic enables
+ you to easily verify that all data can be restored.
+
+ * Secure: Restic uses cryptography to guarantee confidentiality and
integrity
+ of your data. The location the backup data is stored is assumed not to
+ be a trusted environment (e.g. a shared space where others like system
+ administrators are able to access your backups). Restic is built to
+ secure your data against such attackers.
+
+ * Efficient: With the growth of data, additional snapshots should only take
+ the storage of the actual increment. Even more, duplicate data should
+ be de-duplicated before it is actually written to the storage back end
+ to save precious backup space.
+EOF
diff --git a/disk/restic/HISTORY b/disk/restic/HISTORY
new file mode 100644
index 0000000..971debe
--- /dev/null
+++ b/disk/restic/HISTORY
@@ -0,0 +1,3 @@
+2018-07-05 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
+
diff --git a/disk/restic/INSTALL b/disk/restic/INSTALL
new file mode 100755
index 0000000..3465d5c
--- /dev/null
+++ b/disk/restic/INSTALL
@@ -0,0 +1 @@
+install -m755 -o root -g root "$SOURCE_DIRECTORY/restic"
"$INSTALL_ROOT/usr/bin/"
diff --git a/graphics/imagemagick/DETAILS b/graphics/imagemagick/DETAILS
index 78332c0..fe61f1d 100755
--- a/graphics/imagemagick/DETAILS
+++ b/graphics/imagemagick/DETAILS
@@ -1,11 +1,11 @@
SPELL=imagemagick
SPELLX=ImageMagick
- VERSION=7.0.8-3
+ VERSION=7.0.8-4
SECURITY_PATCH=5
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
SOURCE_URL[0]=https://github.com/ImageMagick/ImageMagick/archive/${VERSION}.tar.gz
-
SOURCE_HASH=sha512:8f6f0372249736f18c3815bfa2cb81e759c728bbd487edb0262054d69a8c5148e0e4c4c7b14579106be1a7241451b00a031f722a80a87be0fd1f83e29b68ae9e
+
SOURCE_HASH=sha512:00feb705947db83d4361d2c2e2dfadb88bcfba08d198af560a944778d4cd41e0e07c3a26734f40d40e38667a9a9a21fa4f4a776038b285da6129b5ea3ba909ef
CCACHE="off"
WEB_SITE=http://www.imagemagick.org/
ENTERED=20010922
diff --git a/graphics/imagemagick/HISTORY b/graphics/imagemagick/HISTORY
index 244076f..68438f9 100644
--- a/graphics/imagemagick/HISTORY
+++ b/graphics/imagemagick/HISTORY
@@ -1,3 +1,6 @@
+2018-07-05 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 7.0.8-4
+
2018-06-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 7.0.8-3