Update to 0.1.11

epel9
Josh Stone 7 years ago
parent 5b9a549c57
commit a53a86e8c0

1
.gitignore vendored

@ -4,3 +4,4 @@
/http-0.1.8.crate
/http-0.1.9.crate
/http-0.1.10.crate
/http-0.1.11.crate

@ -6,10 +6,11 @@
%global crate http
Name: rust-%{crate}
Version: 0.1.10
Version: 0.1.11
Release: 1%{?dist}
Summary: Set of types for representing HTTP requests and responses
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/http
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
@ -65,6 +66,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Sat Sep 08 2018 Josh Stone <jistone@redhat.com> - 0.1.11-1
- Update to 0.1.11
* Thu Aug 09 2018 Josh Stone <jistone@redhat.com> - 0.1.10-1
- Update to 0.1.10

@ -1 +1 @@
SHA512 (http-0.1.10.crate) = d480f984b16cb463786c1b18a93cc6d271f9b108768d6ecf8eef2f491ad4cfcb55741f328000a94d7b5bd6f7a67d7386c5ec9514bd23dd5a86b5d93f22985594
SHA512 (http-0.1.11.crate) = c0cd3afa06d05cb32e1389374bbee5338aa03d343c2b9048d515f99f29261c903b6d4911c75b6d83f3f06e6f88ccc7900436f8e6781469943314a2294142b5ce

Loading…
Cancel
Save