From 7b80ac59d7ea3cbf7889610154792603ef762422 Mon Sep 17 00:00:00 2001 From: Offray Luna Date: Sat, 1 Oct 2016 15:51:35 +0000 Subject: [PATCH] Better naming and pronountiation... especially for Latins ;-). --- repository/Grafoscopio/ExternalApp.class.st | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/repository/Grafoscopio/ExternalApp.class.st b/repository/Grafoscopio/ExternalApp.class.st index 6c376af..0586574 100644 --- a/repository/Grafoscopio/ExternalApp.class.st +++ b/repository/Grafoscopio/ExternalApp.class.st @@ -17,6 +17,14 @@ Class { #category : #'Grafoscopio-Model' } +{ #category : #installation } +ExternalApp class >> compareHashFor: aFileName with: aSHAString [ + + aSHAString = (SHA1 new hashMessage: aFileName asFileReference binaryReadStream contents) hex + ifFalse: [ ^ false ] + ifTrue: [ ^ true ]. +] + { #category : #configuration } ExternalApp class >> configureFossil [ "Stablish where is located pandoc according to the operative system and/or the input of the user" @@ -41,14 +49,6 @@ ExternalApp class >> configurePandoc [ ] -{ #category : #installation } -ExternalApp class >> file: aFileName hasHash: aSHAString [ - - aSHAString = (SHA1 new hashMessage: aFileName asFileReference binaryReadStream contents) hex - ifFalse: [ ^ false ] - ifTrue: [ ^ true ]. -] - { #category : #installation } ExternalApp class >> installSQLite32Bits [ "I dowload the SQLite binary for the hosting platform, uncompress it and made it available as with the name