Skip to content

Commit ddc8eb3

Browse files
authored
Merge pull request #62 from icedieler/update-packages
Update botan and strongswan
2 parents 4651948 + b3f24e4 commit ddc8eb3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

recipes/libs/botan.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
inherit: [cpackage, make, install, patch]
22

33
metaEnvironment:
4-
PKG_VERSION: "3.6.1"
4+
PKG_VERSION: "3.7.1"
55
PKG_LICENSE: "BSD-2-Clause"
66

77
depends:
@@ -14,7 +14,7 @@ depends:
1414
checkoutSCM:
1515
scm: url
1616
url: https://botan.randombit.net/releases/Botan-${PKG_VERSION}.tar.xz
17-
digestSHA1: e920c3531fa2daf7348e1a668bfdc0f446e10c8b
17+
digestSHA256: fc0620463461caaea8e60f06711d7e437a3ad1eebd6de4ac29c14bbd901ccd1b
1818
stripComponents: 1
1919

2020
checkoutScript: |

recipes/net/strongswan.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
inherit: [autotools]
22

33
metaEnvironment:
4-
PKG_VERSION: "5.9.14"
4+
PKG_VERSION: "6.0.0"
55
PKG_LICENSE: "GPL-2.0+"
66

77
depends:
@@ -19,8 +19,8 @@ depends:
1919

2020
checkoutSCM:
2121
scm: url
22-
url: https://download.strongswan.org/strongswan-${PKG_VERSION}.tar.gz
23-
digestSHA1: 4f8a41b219caebb1bd7337da4a99116280172596
22+
url: https://download.strongswan.org/strongswan-${PKG_VERSION}.tar.bz2
23+
digestSHA256: 72fe58b7523155703b65b08c3cc559c2c9a5c96da54afebd8136f6623e7dda82
2424
stripComponents: 1
2525

2626
buildScript: |

0 commit comments

Comments
 (0)