summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGenerator2017-10-27 13:17:17 +0100
committerGenerator2017-10-27 13:17:17 +0100
commitfd183ac7ee982a89612df2904d984c890c61878e (patch)
tree023722d0d85b09266de52a176c108fb7fb3e3662
parent4157e8e76a22048943e885b53e8f1d259a31fcf4 (diff)
downloadaur-fd183ac7ee982a89612df2904d984c890c61878e.tar.gz
bump version 1.2.3
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD14
2 files changed, 8 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8dfaa6b3cfc4..2b8ca2529bdc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,15 @@
# Generated by mksrcinfo v8
-# Sat Oct 21 18:13:28 UTC 2017
+# Fri Oct 27 12:14:55 UTC 2017
pkgbase = keepass-plugin-haveibeenpwned
pkgdesc = KeePass plugin to check all entries with URLs against the "Have I Been Pwned?" and Cloudbleed breach list
- pkgver = 1.2.1
+ pkgver = 1.2.3
pkgrel = 1
url = https://github.com/andrew-schofield/keepass2-haveibeenpwned
arch = any
license = MIT
depends = keepass
- source = https://github.com/andrew-schofield/keepass2-haveibeenpwned/raw/master/mono/HaveIBeenPwned.dll
- source = https://github.com/andrew-schofield/keepass2-haveibeenpwned/raw/master/mono/Newtonsoft.Json.dll
- source = https://github.com/andrew-schofield/keepass2-haveibeenpwned/raw/master/mono/keepass2-developerextensions.dll
- sha512sums = c9b020cbd14e0a1e09dda2e46167865eaee264dd95b323c0c2321a63d128e19a58e15eab0bec86b96d38f096b6579a89d0006622f39998824537fbfa343f0dae
- sha512sums = 96754c8a846311ca59f8ec38185c2a204017bc8bc73bae1fdee63b66f3cc459017ed34ca164b53d625abfae683683b278e1aaa66346023018411ae70fe9e8059
- sha512sums = 02563d4d42b4c967815156ac66cce4c03100fc9413a58f4cd585953d8189fab263c34e50548ccde9beb4fb533fc6014936d3675a8118653a9074f44013077fe0
+ source = https://github.com/andrew-schofield/keepass2-haveibeenpwned/raw/master/HaveIBeenPwned.plgx
+ sha512sums = f57eb0857728c6bd27fb0f883a6009643b324e020476fb029189acefdafa2aa2cb498c7dbad2301ccc4c7aa11e9ed3b2dc605dd6c774c0e3402aea767fc69545
pkgname = keepass-plugin-haveibeenpwned
diff --git a/PKGBUILD b/PKGBUILD
index 60ea963081d3..f29db5586da0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,22 +2,16 @@
_pkgname=HaveIBeenPwned
pkgname=keepass-plugin-haveibeenpwned
-pkgver=1.2.1
+pkgver=1.2.3
pkgrel=1
pkgdesc='KeePass plugin to check all entries with URLs against the "Have I Been Pwned?" and Cloudbleed breach list'
license=('MIT')
depends=('keepass')
arch=('any')
url="https://github.com/andrew-schofield/keepass2-haveibeenpwned"
-source=("https://github.com/andrew-schofield/keepass2-haveibeenpwned/raw/master/mono/HaveIBeenPwned.dll"
- "https://github.com/andrew-schofield/keepass2-haveibeenpwned/raw/master/mono/Newtonsoft.Json.dll"
- "https://github.com/andrew-schofield/keepass2-haveibeenpwned/raw/master/mono/keepass2-developerextensions.dll")
-sha512sums=('c9b020cbd14e0a1e09dda2e46167865eaee264dd95b323c0c2321a63d128e19a58e15eab0bec86b96d38f096b6579a89d0006622f39998824537fbfa343f0dae'
- '96754c8a846311ca59f8ec38185c2a204017bc8bc73bae1fdee63b66f3cc459017ed34ca164b53d625abfae683683b278e1aaa66346023018411ae70fe9e8059'
- '02563d4d42b4c967815156ac66cce4c03100fc9413a58f4cd585953d8189fab263c34e50548ccde9beb4fb533fc6014936d3675a8118653a9074f44013077fe0')
+source=("https://github.com/andrew-schofield/keepass2-haveibeenpwned/raw/master/HaveIBeenPwned.plgx")
+sha512sums=('f57eb0857728c6bd27fb0f883a6009643b324e020476fb029189acefdafa2aa2cb498c7dbad2301ccc4c7aa11e9ed3b2dc605dd6c774c0e3402aea767fc69545')
package() {
- install -Dm644 "${srcdir}"/HaveIBeenPwned.dll "${pkgdir}"/usr/share/keepass/plugins/HaveIBeenPwned.dll
- install -Dm644 "${srcdir}"/Newtonsoft.Json.dll "${pkgdir}"/usr/share/keepass/plugins/Newtonsoft.Json.dll
- install -Dm644 "${srcdir}"/keepass2-developerextensions.dll "${pkgdir}"/usr/share/keepass/plugins/keepass2-developerextensions.dll
+ install -Dm644 "${srcdir}"/HaveIBeenPwned.plgx "${pkgdir}"/usr/share/keepass/plugins/HaveIBeenPwned.plgx
}