diff options
author | Reto Buerki <reet@codelabs.ch> | 2012-12-04 18:46:21 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-01-17 15:22:08 +0100 |
commit | beff82dd98c20570daf166b39cadcdf76a661e57 (patch) | |
tree | 8c4b0c41365eb83d969a07ba8d01529784c4efa6 /testing/scripts/recipes | |
parent | ffe710ae7136874aed62ca849c523fa62a0cdce9 (diff) | |
download | strongswan-beff82dd98c20570daf166b39cadcdf76a661e57.tar.bz2 strongswan-beff82dd98c20570daf166b39cadcdf76a661e57.tar.xz |
Adjust strongSwan version handling in HTML output
Diffstat (limited to 'testing/scripts/recipes')
-rw-r--r-- | testing/scripts/recipes/strongswan.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/scripts/recipes/strongswan.mk b/testing/scripts/recipes/strongswan.mk index 4b8263112..76d2d0882 100644 --- a/testing/scripts/recipes/strongswan.mk +++ b/testing/scripts/recipes/strongswan.mk @@ -1,6 +1,6 @@ #!/usr/bin/make -PV = 5.0.1 +PV = $(SWANVERSION) PKG = strongswan-$(PV) TAR = $(PKG).tar.bz2 SRC = http://download.strongswan.org/$(TAR) |