Skip to content

Commit

Permalink
sitch to md5sums (sh256sums funnily breaks CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
jannick0 committed Oct 28, 2023
1 parent b770ba1 commit ebbcf70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 2280936402222729eaeae1e44177990b408a5e71 Mon Sep 17 00:00:00 2001
From 26e1db5a84ee83774296f4ba21c63cf24de709c2 Mon Sep 17 00:00:00 2001
From: Jannick <[email protected]>
Date: Sat, 28 Oct 2023 16:19:55 +0200
Subject: [PATCH 2/2] compile snap.dll and link executables dynamically
Expand Down Expand Up @@ -30,7 +30,7 @@ index adf2660..65ec8ea 100644
clean:
rm -f *.o $(MAIN) $(MAIN).exe
diff --git a/snap-core/Makefile b/snap-core/Makefile
index d90e25c..b4b8d78 100644
index d90e25c..c0f4ae0 100644
--- a/snap-core/Makefile
+++ b/snap-core/Makefile
@@ -6,8 +6,8 @@ include ../Makefile.config
Expand Down
8 changes: 4 additions & 4 deletions mingw-w64-snap/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ source=("http://snap.stanford.edu/releases/Snap-${pkgver}.zip"
'0001-compilation-fixes-in-glib-core-and-snap-core-on-64bit-Windows.patch'
'0002-compile-snap.dll-and-link-executables-dynamically.patch'
'snap.pc.in')
sha256sums=('3322960a9376ae33349bddb62bb04b07891d23b4b461e52c1ed562d79b73f55a'
'8cf4199484ec77d20891b458ec3021b2a4fa2e91bfcbd7606e5ea3cc2bd5e31c'
'6d1085f80f2a200e8c757dfd3a2b3b189f2ab18484decb4ec04bc32f5cf309d9'
'08e303f14eff788bd6d50d6d07602c10cd0e7e7d7dcc9db920587082644180ae')
md5sums=('e32a1dbea584ba4f287c616627a71ac5'
'7ed08accf73c0af6ede76c7e0cf84ec0'
'f360102a5c477b24ddc6edbaa80b8590'
'55a0742e5feef6795918eff15bc132b5')

prepare() {
cd "${srcdir}/${_realname}-${pkgver}"
Expand Down

0 comments on commit ebbcf70

Please sign in to comment.