summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Lacroix <remi.lacroix@idris.fr>2022-05-19 18:59:12 +0200
committerGitHub <noreply@github.com>2022-05-19 09:59:12 -0700
commit3b30886a3a90f3e0782138d32b72414de4661971 (patch)
tree4ac2ccb2f1d9c4ae9f6ba158617542ca7ede86ee
parentc2fd98ccd24d7ceafdf51a682b010816df230c39 (diff)
downloadspack-3b30886a3a90f3e0782138d32b72414de4661971.tar.gz
spack-3b30886a3a90f3e0782138d32b72414de4661971.tar.bz2
spack-3b30886a3a90f3e0782138d32b72414de4661971.tar.xz
spack-3b30886a3a90f3e0782138d32b72414de4661971.zip
libtheora: fix the hash of a patch. (#30740)
Cosmetic changes only, probably because gitlab.xiph.org got updated.
-rw-r--r--var/spack/repos/builtin/packages/libtheora/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/libtheora/package.py b/var/spack/repos/builtin/packages/libtheora/package.py
index 01c172eff7..c506828fd7 100644
--- a/var/spack/repos/builtin/packages/libtheora/package.py
+++ b/var/spack/repos/builtin/packages/libtheora/package.py
@@ -28,7 +28,7 @@ class Libtheora(AutotoolsPackage):
patch('exit-prior-to-running-configure.patch', when='@1.1.1')
patch('fix_encoding.patch', when='@1.1:')
patch('https://gitlab.xiph.org/xiph/theora/-/commit/7288b539c52e99168488dc3a343845c9365617c8.patch',
- sha256='2e4f891f6880386d9391f3e4eaf4a23493de4eea532f9b5cb8a04b5f7cd09301', when='^libpng@1.6:')
+ sha256='8b1f256fa6bfb4ce1355c5be1104e8cfe695c8484d8ea19db06c006880a02298', when='^libpng@1.6:')
def autoreconf(self, spec, prefix):
sh = which('sh')