summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2024-01-24 14:34:58 +0100
committerEugen Wissner <belka@caraus.de>2024-01-24 14:34:58 +0100
commit45472a9088ebca45bfffc5228314e3f1f217c4cc (patch)
tree46e18c2ae3d128f3cc9b99f59df30534bc28b5aa /lib
parent2802194063353f7c5e418b22ef51d1019abd32d2 (diff)
downloadslackbuilder-45472a9088ebca45bfffc5228314e3f1f217c4cc.tar.gz
Get the checksum after repackaging
Diffstat (limited to 'lib')
-rw-r--r--lib/SlackBuilder/Download.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/SlackBuilder/Download.hs b/lib/SlackBuilder/Download.hs
index 470ce5a..3e22b22 100644
--- a/lib/SlackBuilder/Download.hs
+++ b/lib/SlackBuilder/Download.hs
@@ -9,6 +9,8 @@ module SlackBuilder.Download
, download
, hostedSources
, remoteFileExists
+ , responseBodySource
+ , sinkHash
, updateSlackBuildVersion
, uploadCommand
) where