[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#40677] [PATCH 08/30] gnu: libupnp: Bump to 1.8.6; change the downlo
From: |
Mathieu Othacehe |
Subject: |
[bug#40677] [PATCH 08/30] gnu: libupnp: Bump to 1.8.6; change the download method to git-fetch; add missing dependencies. |
Date: |
Sat, 18 Apr 2020 14:37:33 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Do not forget to add your copyright on top of the file.
> - (method url-fetch)
> - (uri (string-append "mirror://sourceforge/pupnp/pupnp/libUPnP%20"
> - version "/" name "-" version ".tar.bz2"))
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://github.com/mrjimenez/pupnp.git")
> + (commit (string-append "release-" version))))
Seems that this url is redirected to https://github.com/pupnp/pupnp.
> (sha256
> (base32
> - "0hzsd7rvfa87b4hxg9yj4xhdfxx9sp09r9sqdl3mqhvmcyw018y5"))))
> + "1jlb6qh47513h2simy0zxia5q61w1c31mnwmjqpr2nf832lmnpk4"))))
> + (native-inputs
> + `(("autoconf" ,autoconf)
> + ("automake" ,automake)
> + ("libtool" ,libtool)
> + ("pkg-config" ,pkg-config)))
There's a mix of tab and space characters here.
Thanks,
Mathieu
- [bug#40677] [PATCH 04/30] gnu: jami: Add a generalized procedure for applying patches made by Savoir-faire linux to Jami dependencies., (continued)
- [bug#40677] [PATCH 04/30] gnu: jami: Add a generalized procedure for applying patches made by Savoir-faire linux to Jami dependencies., Jan Wielkiewicz, 2020/04/16
- [bug#40677] [PATCH 07/30] gnu: libring: Add libnatpmp as an optional dependency; remove unnecessary comment., Jan Wielkiewicz, 2020/04/16
- [bug#40677] [PATCH 06/30] gnu: Add libnatpmp., Jan Wielkiewicz, 2020/04/16
- [bug#40677] [PATCH 09/30] gnu: opendht: Bump to 2.0.0rc1., Jan Wielkiewicz, 2020/04/16
- [bug#40677] [PATCH 05/30] gnu: pjproject-jami: Use the jami-apply-dependency-patches procedure., Jan Wielkiewicz, 2020/04/16
- [bug#40677] [PATCH 08/30] gnu: libupnp: Bump to 1.8.6; change the download method to git-fetch; add missing dependencies., Jan Wielkiewicz, 2020/04/16
- [bug#40677] [PATCH 08/30] gnu: libupnp: Bump to 1.8.6; change the download method to git-fetch; add missing dependencies.,
Mathieu Othacehe <=
- [bug#40677] [PATCH 11/30] gnu: libring: Use ffmpeg-jami instead of ffmpeg., Jan Wielkiewicz, 2020/04/16
- [bug#40677] [PATCH 12/30] gnu: restinio: Bump to 0.6.1.1., Jan Wielkiewicz, 2020/04/16
- [bug#40677] [PATCH 13/30] gnu: pjproject: Add and apply a patch fixing the crash., Jan Wielkiewicz, 2020/04/16
- [bug#40677] [PATCH 14/30] gnu: jami.scm: Add a missing module., Jan Wielkiewicz, 2020/04/16
- [bug#40677] [PATCH 10/30] gnu: Add ffmpeg-jami., Jan Wielkiewicz, 2020/04/16