diff --git a/ap/ykpers/ykpers-1.18.0.tar.gz.sha256 b/ap/ykpers/ykpers-1.18.0.tar.gz.sha256 deleted file mode 100644 index 09024b7f..00000000 --- a/ap/ykpers/ykpers-1.18.0.tar.gz.sha256 +++ /dev/null @@ -1 +0,0 @@ -cf333e133b551adf5963e0f5fe0566f4e397f9784d4c1b8fc56b9d2ebcf982ad ykpers-1.18.0.tar.gz diff --git a/ap/ykpers/ykpers-1.19.0.tar.gz.sha256 b/ap/ykpers/ykpers-1.19.0.tar.gz.sha256 new file mode 100644 index 00000000..fce506d8 --- /dev/null +++ b/ap/ykpers/ykpers-1.19.0.tar.gz.sha256 @@ -0,0 +1 @@ +2bc8afa16d495a486582bad916d16de1f67c0cce9bb0a35c3123376c2d609480 ykpers-1.19.0.tar.gz diff --git a/ap/ykpers/ykpers.SlackBuild b/ap/ykpers/ykpers.SlackBuild index 858cdd33..200a8896 100755 --- a/ap/ykpers/ykpers.SlackBuild +++ b/ap/ykpers/ykpers.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash # Build script for Slackware -# Copyright (C) 2017 Damien Goutte-Gattat +# Copyright (C) 2017,2019 Damien Goutte-Gattat # # Redistribution and use of this script, with or without modifications, # is permitted provided that the following conditions are met: @@ -29,7 +29,7 @@ # Source package infos NAMESRC=${NAMESRC:-ykpers} -VERSION=${VERSION:-1.18.0} +VERSION=${VERSION:-1.19.0} ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz} WGET=${WGET:-https://developers.yubico.com/yubikey-personalization/Releases/$ARCHIVE}