summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorVlad Glagolev2019-06-05 18:54:04 +0000
committerVlad Glagolev2019-06-05 18:54:04 +0000
commit92637c073810c6b836cf2f8e8ca93881acf70bc8 (patch)
treeb05af69cc4499091518d59d1a6804a8789b77dba /security
parentd4d1646abeb46fbce7650e93ae3985a87d775b71 (diff)
lastpass-cli: => 1.3.3
Diffstat (limited to 'security')
-rwxr-xr-xsecurity/lastpass-cli/DETAILS4
-rw-r--r--security/lastpass-cli/HISTORY4
-rwxr-xr-xsecurity/lastpass-cli/PRE_BUILD4
3 files changed, 10 insertions, 2 deletions
diff --git a/security/lastpass-cli/DETAILS b/security/lastpass-cli/DETAILS
index 1e5d97b40f..9f4882ebf7 100755
--- a/security/lastpass-cli/DETAILS
+++ b/security/lastpass-cli/DETAILS
@@ -1,8 +1,8 @@
SPELL=lastpass-cli
- VERSION=1.3.1
+ VERSION=1.3.3
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_URL[0]=https://github.com/lastpass/${SPELL}/releases/download/v${VERSION}/${SOURCE}
- SOURCE_HASH=sha512:092d28dc459719e662fbb2c5e92e8cc75be108aa9d7b62569ee44cb34dd9588e78151fdc5ad114c30e8de21c0b8803edc41db9295548c7cbfe6e537c9a52aad2
+ SOURCE_HASH=sha512:b4ec3b85543d870716112fe19c3ef95765561dfa1e8f4fb3bf8334a74a3b539f7a51c5b359494b1f97b8e0789d5a0071bbbc4a4dd7728e9b6501833e96c0f1e5
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE=https://github.com/lastpass/lastpass-cli
LICENSE[0]=GPL
diff --git a/security/lastpass-cli/HISTORY b/security/lastpass-cli/HISTORY
index 8becdfaca0..867078ff2a 100644
--- a/security/lastpass-cli/HISTORY
+++ b/security/lastpass-cli/HISTORY
@@ -1,3 +1,7 @@
+2019-06-05 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 1.3.3
+ * PRE_BUILD: added, to properly unpack sources
+
2018-05-25 Vlad Glagolev <stealth@sourcemage.org>
* DEPENDS: asciidoc is optional, not suggest
diff --git a/security/lastpass-cli/PRE_BUILD b/security/lastpass-cli/PRE_BUILD
new file mode 100755
index 0000000000..541678108d
--- /dev/null
+++ b/security/lastpass-cli/PRE_BUILD
@@ -0,0 +1,4 @@
+mk_source_dir "${SOURCE_DIRECTORY}" &&
+cd "${SOURCE_DIRECTORY}" &&
+
+unpack_file ''