source: rtems-source-builder/bare/config/devel/swig-4.0.1.cfg @ 5c01a44

Last change on this file since 5c01a44 was 5c01a44, checked in by Kinsey Moore <kinsey.moore@…>, on 01/30/23 at 22:38:20

Update hashes for github-sourced tarballs

Github has changed the way it generates on-the-fly tarball requests
which has changed the hashes of the resulting tarballs. This adjusts the
affected tarball hashes as a stop-gap until a more permanent solution
can be devised.

  • Property mode set to 100644
File size: 533 bytes
Line 
1#
2# SWIG 4.0.1
3#
4
5%if %{release} == %{nil}
6%define release 1
7%endif
8
9%include %{_configdir}/base.cfg
10
11%define swig_version 4.0.1
12%hash sha512 swig-rel-%{swig_version}.tar.gz 8c723012cabd343e580789432c68f5c6a08a3e20edca0d8d5859fe77d0d5f83ed4c297d2ac4e58f94869f54e40b6cb1e89c43505e07d92cbff4af49c38953e66
13
14%define pcre_version 8.40
15%hash sha512 pcre-%{pcre_version}.tar.bz2 tMJ+r73zO9ehOEZVsZNvS+O8Z0XAcjR+sm6YiJbFJmS9haxCRE2hvni24g9Ftsflkh9fIPWwdBtb09mETlvU4g==
16
17#
18# The SWIG build instructions.
19#
20%include %{_configdir}/swig-4-1.cfg
Note: See TracBrowser for help on using the repository browser.