Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (d8e3e195806ea23ceb70fbe8bbd21de5465c294e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (d8e3e195806ea23ceb70fbe8bbd21de5465c294e)
  • Date: Sun, 24 Jan 2016 12:18:11 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

disk/fuse/DETAILS | 4 ++--
disk/fuse/HISTORY | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit d8e3e195806ea23ceb70fbe8bbd21de5465c294e
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

fuse: fix download locations

diff --git a/disk/fuse/DETAILS b/disk/fuse/DETAILS
index 54b8e7e..859dffc 100755
--- a/disk/fuse/DETAILS
+++ b/disk/fuse/DETAILS
@@ -4,12 +4,12 @@ if [ "$FUSE_BRANCH" != "scm" ]; then
VERSION=2.9.4

SOURCE_HASH=sha512:055ec2a78793276102bc5a0afea9eebd18b151cf752d0985380ffbde1c554e9fb7bc3a43838618e3957b274aa06624303ea12f32c659365c4768dad887bb557d
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
+
SOURCE_URL[0]=https://github.com/libfuse/libfuse/releases/download/${SPELL}_$(echo
$VERSION | tr . _)/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
else
VERSION=$(get_scm_version)
SOURCE=$SPELL-git.tar.bz2
- SOURCE_URL[0]=git://fuse.git.sourceforge.net/gitroot/fuse/fuse:fuse-git
+ SOURCE_URL[0]=https://github.com/libfuse/libfuse.git
FORCE_DOWNLOAD=on
SOURCE_IGNORE=volatile
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
diff --git a/disk/fuse/HISTORY b/disk/fuse/HISTORY
index 21a8447..d8f1a57 100644
--- a/disk/fuse/HISTORY
+++ b/disk/fuse/HISTORY
@@ -1,3 +1,6 @@
+2016-01-24 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: moved to github
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (d8e3e195806ea23ceb70fbe8bbd21de5465c294e), Thomas Orgis, 01/24/2016

Archive powered by MHonArc 2.6.24.

Top of Page