aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Bernardo <samuelbernardo.mail@gmail.com>2024-06-17 23:05:16 +0100
committerSamuel Bernardo <samuelbernardo.mail@gmail.com>2024-06-17 23:05:16 +0100
commitb54dc131616e9e6a636f789b53fe36d6a377e443 (patch)
treec24f7e8ab70f5fca36b3839e07b0540496847714
parentUpdate partclone to latest release. Still require review from PR https://gith... (diff)
downloadssnb-b54dc131616e9e6a636f789b53fe36d6a377e443.tar.gz
ssnb-b54dc131616e9e6a636f789b53fe36d6a377e443.tar.bz2
ssnb-b54dc131616e9e6a636f789b53fe36d6a377e443.zip
Update keepass-plugin-agent ebuild
Signed-off-by: Samuel Bernardo <samuelbernardo.mail@gmail.com>
-rw-r--r--app-admin/keepass-plugin-agent/Manifest4
-rw-r--r--app-admin/keepass-plugin-agent/keepass-plugin-agent-0.13.8.ebuild7
2 files changed, 6 insertions, 5 deletions
diff --git a/app-admin/keepass-plugin-agent/Manifest b/app-admin/keepass-plugin-agent/Manifest
index bf6a029..32cb022 100644
--- a/app-admin/keepass-plugin-agent/Manifest
+++ b/app-admin/keepass-plugin-agent/Manifest
@@ -1,3 +1,3 @@
-DIST v0.13.8.zip 1207528 BLAKE2B 081de70e2fb8abf9d99f225141a60553f963e4e922a20f660b793ecc6021128e6687a587e601822c59d75318b0d06a03e4e69da3f9ab64035eb15a8054ae1003 SHA512 475f4f67aba0a9f0399f7d5f1dd08ffbf0e34baa8f6742758a215ab5de2556cdb81ebc14d395068f0ca972696b88b3fd4b2ff0ed1e364a55326d25659f9e8bd4
-EBUILD keepass-plugin-agent-0.13.8.ebuild 1227 BLAKE2B 134e6958b0e2881d4f8115234317708766fc0ae2ba5831e964a12bac8ce4ac7fc88d85e863835653e53f9485b8519a54b2ce8a835297f769db1285c2db940fe8 SHA512 ecd1d5cb2816a994453c6c465f5c7342115ba93e969e8957dfc7da08a543a071e4c3db1519846e87943c888fbb3bbae67e0a4dd1baac4894fda7409352632354
+DIST KeeAgent_v0.13.8.zip 3493081 BLAKE2B 09ff932db1e708a8c2c0282afe055509239c387351305bd14107bc02ef007e1dfe2ffaa2017def5c00e2663fc0f72b75e6404677512904432374e389e414ecf8 SHA512 adb4f3e13d421804b9846e831ac02e4d7428edc984fe8128fc75a898637027043d284dfaacaab4cd6565f50d07777dc3f53bfbdeeda964b892a2c7d5aa92f1e0
+EBUILD keepass-plugin-agent-0.13.8.ebuild 1339 BLAKE2B 79ea4a9a2e82aac0cdf67a58a6e6d89773681adc4cc83ea21fc7b0cb2f21e2cc8457be14601c7f14bf5c502c99bf827d8724df2033eeda664747d487ecbf3086 SHA512 1fe0c6406466b234c76e6f26b169db33fdc56c3a7a17f6cc20a8d5c085e28a24dfba213c2a7d0646fcaf5336580b394fd966ec975ac46dbf6d5be73fbdb9a6a0
MISC metadata.xml 364 BLAKE2B abee598d45804685574465f4bfa3956a1047e071a8893ca9db526a253eca227617809a01e76e9feba06c327239561b1de459abb9d90fd2e0cd9a8f42ed1eba1b SHA512 45db337bbcc79ce1ddd26bf4255c7d6b471df020229c6aa4c705a7ceb14c512fffb3ab1bd52a44d8063d72c24c50ef060a7769300cb103b941639473e2dfb7c7
diff --git a/app-admin/keepass-plugin-agent/keepass-plugin-agent-0.13.8.ebuild b/app-admin/keepass-plugin-agent/keepass-plugin-agent-0.13.8.ebuild
index ae36305..1e9c6ac 100644
--- a/app-admin/keepass-plugin-agent/keepass-plugin-agent-0.13.8.ebuild
+++ b/app-admin/keepass-plugin-agent/keepass-plugin-agent-0.13.8.ebuild
@@ -9,7 +9,8 @@ MAIN_PN="keepass"
MY_PN="KeeAgent"
DESCRIPTION="ssh agent plugin for KeePass 2.x"
HOMEPAGE="https://github.com/dlech/KeeAgent"
-SRC_URI="https://github.com/dlech/${MY_PN}/archive/refs/tags/v${PV}.zip"
+#SRC_URI="https://github.com/dlech/${MY_PN}/archive/refs/tags/v${PV}.zip"
+SRC_URI="https://lechnology.com/wp-content/uploads/2024/05/${MY_PN}_v${PV}.zip"
#EGIT_REPO_URI="https://github.com/dlech/KeeAgent.git"
#EGIT_COMMIT="v${PV}"
#EGIT_SUBMODULES=( '*' )
@@ -35,12 +36,12 @@ S="${WORKDIR}"
src_prepare() {
default
- #cd ${S}/${P} || die "Cloudn't access source directory: ${S}/${P}/${MY_PN}"
+ #cd ${S}/${MY_PN}-${PV} || die "Cloudn't access source directory: ${S}/${MY_PN}-${PV}"
#nuget restore KeeAgent.sln
}
src_compile() {
- #cd ${S}/${P} || die "Cloudn't access source directory: ${S}/${P}"
+ #cd ${S}/${MY_PN}-${PV} || die "Cloudn't access source directory: ${S}/${MY_PN}-${PV}"
#xbuild /property:Configuration=ReleasePlgx KeeAgent.sln
true
}