diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2017-07-10 19:08:31 +0200 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2017-07-10 19:08:31 +0200 |
commit | 00d8331576bab648796252f432d115453a5df56f (patch) | |
tree | 5be3d18a05ca095c5dd821d3d40f11f8096f4a71 /httpup | |
parent | 083d5c86e89fef5a38da91927e2591a9bec37681 (diff) | |
download | core-00d8331576bab648796252f432d115453a5df56f.tar.gz core-00d8331576bab648796252f432d115453a5df56f.tar.xz |
httpup: fixed source
Diffstat (limited to 'httpup')
-rw-r--r-- | httpup/.signature | 4 | ||||
-rw-r--r-- | httpup/Pkgfile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/httpup/.signature b/httpup/.signature index 3b50756d..009c6dc6 100644 --- a/httpup/.signature +++ b/httpup/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqjdLP43JvpFs5PtF4mGBiBalLPxU68TliEnwxje4Ynvr6+sk4e5MvyewObR1J3F/x6mQYGvRA8AyQYfni8x7dQs= -SHA256 (Pkgfile) = b997b9c5101dc606a1ea362e6ff7f1d606f389284fa326a77c5d2af8f60a2ff9 +RWRJc1FUaeVeqkTNG7POHZzJqI3C0FC53EcA9FdpIBt+gN/H8oxEHmh/9ac+gfDunThN/s5hD1vljv+O47MV4VE7Z5UiQq3BXQc= +SHA256 (Pkgfile) = dc8625cc5fb1c83521e9d372851dffb24d99819086538edc83a8b31c23ff85ba SHA256 (.footprint) = e003004c0d164e3c82b062f16f30167565043c34aa58260fdf8d5771f14e4cc6 SHA256 (httpup-0.4.0m.tar.xz) = 665fcd62a1826cc0a369910bd0ac2df12b2ab49f600b0e038b3d6854e2e1539e SHA256 (httpup) = b95756969ba3fe30a3bdb7addc34fdab26b4ea08ac8fddfd223fd28ac14c9af5 diff --git a/httpup/Pkgfile b/httpup/Pkgfile index eec37715..f4494983 100644 --- a/httpup/Pkgfile +++ b/httpup/Pkgfile @@ -6,7 +6,7 @@ name=httpup version=0.4.0m release=1 -source=(http://crux.nu/files/$name-$version.tar.xz httpup) +source=(https://crux.nu/files/$name-$version.tar.xz httpup) build() { cd $name-$version |