This website works better with JavaScript.
Home
Explore
Help
Sign In
damien
/
slackbuilds
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
l/dssi: Updated.
current-20191101
Damien Goutte-Gattat
1 year ago
parent
b40931e6d6
commit
c18c773e7a
3 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
l/dssi/dssi-1.1.1.tar.gz.sha1
+1
-0
l/dssi/dssi-1.1.1.tar.gz.sha256
+1
-1
l/dssi/dssi.SlackBuild
+ 0
- 1
l/dssi/dssi-1.1.1.tar.gz.sha1
View File
@ -1 +0,0 @@
fd08bc8579871d94a6fd43fb241fb2dd1b0f5dc6 dssi-1.1.1.tar.gz
+ 1
- 0
l/dssi/dssi-1.1.1.tar.gz.sha256
View File
@ -0,0 +1 @@
f2c82b073a947c8255284249097667f9b14e660bf86186f3fcd3b3b3e087814e dssi-1.1.1.tar.gz
+ 1
- 1
l/dssi/dssi.SlackBuild
View File
@ -78,7 +78,7 @@ if [ ! -r $ARCHIVE ]; then
wget -c -O $ARCHIVE.part "$WGET"
mv $ARCHIVE.part $ARCHIVE
fi
sha
1sum -c $ARCHIVE.sha1
sha
256sum -c $ARCHIVE.sha256
NAME=$(tar ft $ARCHIVE | head -n 1 | cut -d / -f 1)
# Compile
Write
Preview
Loading…
Cancel
Save