update urls

This commit is contained in:
Jens Petersen 2015-02-03 07:29:35 +01:00
parent c23d95dbc5
commit 21cd8f4e48
1 changed files with 6 additions and 6 deletions

View File

@ -2,17 +2,14 @@
%global pkg_name base16-bytestring
# no useful debuginfo for Haskell packages without C sources
%global debug_package %{nil}
Name: ghc-%{pkg_name}
Version: 0.1.1.6
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Fast hex encoding and decoding for ByteStrings
License: BSD
URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
Url: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
@ -66,6 +63,9 @@ files.
%changelog
* Tue Feb 3 2015 Jens Petersen <petersen@redhat.com> - 0.1.1.6-2
- update urls
* Thu Sep 25 2014 Jens Petersen <petersen@redhat.com> - 0.1.1.6-1
- update to 0.1.1.6
- refresh to cblrpm-0.8.11