Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Conner Clere (1d9b2be39be01841d974b25ef8217925a0fa36df)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Conner Clere (1d9b2be39be01841d974b25ef8217925a0fa36df)
  • Date: Thu, 31 Aug 2023 09:37:31 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

utils/steam-devices/DETAILS | 7 ++++---
utils/steam-devices/HISTORY | 4 ++++
2 files changed, 8 insertions(+), 3 deletions(-)

New commits:
commit 1d9b2be39be01841d974b25ef8217925a0fa36df
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

utils/steam-devices: version 1.0.0.78; add watch line; update hash to
sha512

Also updated source - for some reason they
sometimes use ~ instead of +... accounted for that
in the watch line (Will have to manually check
for update though, recommended to use debug flag
on sightsee so you can see if the filename has
changed upon update to next version).

diff --git a/utils/steam-devices/DETAILS b/utils/steam-devices/DETAILS
index b24672b..d740492 100755
--- a/utils/steam-devices/DETAILS
+++ b/utils/steam-devices/DETAILS
@@ -1,8 +1,9 @@
+# Watch: http://deb.debian.org/debian/pool/main/s/steam-installer
steam-installer_([0-9.]+)[\+~]ds\.orig\.tar\.xz
SPELL=steam-devices
SPELLX=steam-installer
- VERSION=1.0.0.75
-
SOURCE_HASH=sha256:279a9cedd80f7371ab3e46e4b6d5a4fc1d1b11df0054d2b55e817b062e2ce7b2
- SOURCE=${SPELLX}_${VERSION}+ds.orig.tar.xz
+ VERSION=1.0.0.78
+
SOURCE_HASH=sha512:17cc4d8ef4fd96ef5978f58b8ce65331f0cd8b283812d601afba964c43365a425e3fd70fb07673e1526f1b45cbdf96f82cb9aa6a68f30f480ea73ace555217e2
+ SOURCE=${SPELLX}_${VERSION}~ds.orig.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/steam-launcher
SOURCE_URL[0]=http://deb.debian.org/debian/pool/main/s/${SPELLX}/${SOURCE}
WEB_SITE=https://github.com/ValveSoftware/steam-devices
diff --git a/utils/steam-devices/HISTORY b/utils/steam-devices/HISTORY
index 75618cd..76025dd 100644
--- a/utils/steam-devices/HISTORY
+++ b/utils/steam-devices/HISTORY
@@ -1,3 +1,7 @@
+2023-08-31 Conner Clere <xenanthropy AT sourcemage.org>
+ * DETAILS: version 1.0.0.78, add watch line, change hash to sha512
+ updated SOURCE name
+
2023-04-05 Conner Clere <xenanthropy AT sourcemage.org>
* BUILD, DEPENDS, INSTALL, DETAILS: version 1.0.0.75, new spell




  • [SM-Commit] GIT changes to master grimoire by Conner Clere (1d9b2be39be01841d974b25ef8217925a0fa36df), Conner Clere, 08/31/2023

Archive powered by MHonArc 2.6.24.

Top of Page