diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2017-07-10 19:06:43 +0200 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2017-07-10 19:06:43 +0200 |
commit | 083d5c86e89fef5a38da91927e2591a9bec37681 (patch) | |
tree | f8bd3a3722d1a6bf0e3102fb7406aaebed549681 /httpup | |
parent | e3c759707e4284ece33f01caa20ed368b67285dc (diff) | |
download | core-083d5c86e89fef5a38da91927e2591a9bec37681.tar.gz core-083d5c86e89fef5a38da91927e2591a9bec37681.tar.xz |
httpup: updated to 0.4.0m
Diffstat (limited to 'httpup')
-rw-r--r-- | httpup/.md5sum | 2 | ||||
-rw-r--r-- | httpup/.signature | 6 | ||||
-rw-r--r-- | httpup/Pkgfile | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/httpup/.md5sum b/httpup/.md5sum index f742ff3a..bc9b37b4 100644 --- a/httpup/.md5sum +++ b/httpup/.md5sum @@ -1,2 +1,2 @@ faa600a1b0349fe78b0eb463cab444df httpup -c0e2973f0dbd7655dcbb5e5979ddc199 httpup-0.4.0l.tar.gz +b43a58d4e1fab4f16d2ad41ace9d9285 httpup-0.4.0m.tar.xz diff --git a/httpup/.signature b/httpup/.signature index 1e7bd0fc..3b50756d 100644 --- a/httpup/.signature +++ b/httpup/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqlH9+Pdz4VFEmMuQANWyT9cyNMcBGMYqhMBrCXkqxsNdm7eWm0r1MV1pbJ/vxHR9OyJGlFnwI68SA6g+oCqX3QE= -SHA256 (Pkgfile) = fb6dca89ba9ebe2df77db894982b9c67448a04d0fb99fb6fef598f5c5a48b9ad +RWRJc1FUaeVeqjdLP43JvpFs5PtF4mGBiBalLPxU68TliEnwxje4Ynvr6+sk4e5MvyewObR1J3F/x6mQYGvRA8AyQYfni8x7dQs= +SHA256 (Pkgfile) = b997b9c5101dc606a1ea362e6ff7f1d606f389284fa326a77c5d2af8f60a2ff9 SHA256 (.footprint) = e003004c0d164e3c82b062f16f30167565043c34aa58260fdf8d5771f14e4cc6 -SHA256 (httpup-0.4.0l.tar.gz) = 005079b7d96b23e27dd645492e21f9f93a9a3ebd2ad061069bc038180c04a549 +SHA256 (httpup-0.4.0m.tar.xz) = 665fcd62a1826cc0a369910bd0ac2df12b2ab49f600b0e038b3d6854e2e1539e SHA256 (httpup) = b95756969ba3fe30a3bdb7addc34fdab26b4ea08ac8fddfd223fd28ac14c9af5 diff --git a/httpup/Pkgfile b/httpup/Pkgfile index d16026df..eec37715 100644 --- a/httpup/Pkgfile +++ b/httpup/Pkgfile @@ -4,9 +4,9 @@ # Depends on: curl name=httpup -version=0.4.0l -release=2 -source=(http://crux.nu/files/$name-$version.tar.gz httpup) +version=0.4.0m +release=1 +source=(http://crux.nu/files/$name-$version.tar.xz httpup) build() { cd $name-$version |