Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (112de7919b6a3b224f92b6d5c802b2091ed1c8e6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (112de7919b6a3b224f92b6d5c802b2091ed1c8e6)
  • Date: Thu, 16 Jan 2020 23:40:57 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

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

New commits:
commit 112de7919b6a3b224f92b6d5c802b2091ed1c8e6
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

lzop: Fix SOURCE_URL and WEB_SITE

diff --git a/archive/lzop/DETAILS b/archive/lzop/DETAILS
index e20f362..45e34ef 100755
--- a/archive/lzop/DETAILS
+++ b/archive/lzop/DETAILS
@@ -2,8 +2,8 @@
VERSION=1.04
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.oberhumer.com/opensource/$SPELL/download/$SOURCE
- WEB_SITE=http://www.oberhumer.com/opensource/lzop
+ WEB_SITE=https://www.lzop.org
+ SOURCE_URL[0]="$WEB_SITE/download/$SOURCE"
ENTERED=20020531
LICENSE[0]=GPL

SOURCE_HASH=sha512:5829b4495ffefab549aa697a05c536ce593c572c9eee6004460583a0090abcd317c6074c4f981dfee6be61ac8d127f02dd37053b6cb782af64db41586a8bbb6e
diff --git a/archive/lzop/HISTORY b/archive/lzop/HISTORY
index 76b15bf..bd3d045 100644
--- a/archive/lzop/HISTORY
+++ b/archive/lzop/HISTORY
@@ -1,3 +1,6 @@
+2020-01-17 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Fixed SOURCE_URL[0] and WEB_SITE
+
2020-01-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1.04
* PRE_BUILD, static-assert.patch, static-inlines.patch: remove
obsolete



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (112de7919b6a3b224f92b6d5c802b2091ed1c8e6), Ismael Luceno, 01/16/2020

Archive powered by MHonArc 2.6.24.

Top of Page