Skip to content

Commit

Permalink
cherry-pick to master from release/0.15.0 -> msys2: Update checksums (#…
Browse files Browse the repository at this point in the history
…1012) (#1054)

It's the egg-chicken problem: we can update those hashes only
after the release. But then, the release tag will not point to
the updated hashes.

Co-authored-by: Nazar Serhiichuk <[email protected]>
  • Loading branch information
radetsky and G1gg1L3s authored Sep 2, 2024
1 parent 6b89879 commit 19c663e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PKGBUILD.MSYS2
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ depends=('libopenssl>=1.1.1')
makedepends=('tar' 'gcc' 'make' 'openssl-devel>=1.1.1')

source=("https://github.com/cossacklabs/themis/archive/$pkgver.tar.gz")
sha256sums=('82caaae4659986f0a096fea25837244d9380f6cfdaefdea9572d07cbd0d64dbb')
sha1sums=('1d9ab4872c3f2e5e0dfae81ce11267de9474bbc2')
md5sums=('87ed049f75704f9fb9b6e6c26a8fa056')
sha256sums=('e5ff84e020ea02f545be6948b4a5ed04944fed10d4bc500684d8e79be3f6020d')
sha1sums=('abab5054190049cdb00540501316a8df3c2496f3')
md5sums=('30acf0963fae74808041a54b7c902d42')
# TODO: verify package signature

# Unfortunately, bsdtar cannot handle symlinks on MSYS2 [1] so we have to use
Expand Down

0 comments on commit 19c663e

Please sign in to comment.