Skip to content

Commit

Permalink
Merge pull request #62 from icedieler/update-packages
Browse files Browse the repository at this point in the history
Update botan and strongswan
  • Loading branch information
jkloetzke authored Feb 26, 2025
2 parents 4651948 + b3f24e4 commit ddc8eb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions recipes/libs/botan.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
inherit: [cpackage, make, install, patch]

metaEnvironment:
PKG_VERSION: "3.6.1"
PKG_VERSION: "3.7.1"
PKG_LICENSE: "BSD-2-Clause"

depends:
Expand All @@ -14,7 +14,7 @@ depends:
checkoutSCM:
scm: url
url: https://botan.randombit.net/releases/Botan-${PKG_VERSION}.tar.xz
digestSHA1: e920c3531fa2daf7348e1a668bfdc0f446e10c8b
digestSHA256: fc0620463461caaea8e60f06711d7e437a3ad1eebd6de4ac29c14bbd901ccd1b
stripComponents: 1

checkoutScript: |
Expand Down
6 changes: 3 additions & 3 deletions recipes/net/strongswan.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
inherit: [autotools]

metaEnvironment:
PKG_VERSION: "5.9.14"
PKG_VERSION: "6.0.0"
PKG_LICENSE: "GPL-2.0+"

depends:
Expand All @@ -19,8 +19,8 @@ depends:

checkoutSCM:
scm: url
url: https://download.strongswan.org/strongswan-${PKG_VERSION}.tar.gz
digestSHA1: 4f8a41b219caebb1bd7337da4a99116280172596
url: https://download.strongswan.org/strongswan-${PKG_VERSION}.tar.bz2
digestSHA256: 72fe58b7523155703b65b08c3cc559c2c9a5c96da54afebd8136f6623e7dda82
stripComponents: 1

buildScript: |
Expand Down

0 comments on commit ddc8eb3

Please sign in to comment.