summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGokberk Yaltirakli2022-01-25 13:16:48 +0300
committerGokberk Yaltirakli2022-01-25 13:16:48 +0300
commitd7afbc2c538d131fa24c9bf13f47384042e1a588 (patch)
treefce301d7b72b21607059d220f4efd4b01d85f2b8
parentc9507100ae2c4fab73944c8022cb3b547a6b97f7 (diff)
downloadaur-d7afbc2c538d131fa24c9bf13f47384042e1a588.tar.gz
Update URL to https and switch MD5 to sha256
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a5fc1a02c5d..ffa37ae10a0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = urlcrazy
pkgdesc = Generate and test domain typos and variations to detect and perform typo squatting, URL hijacking, phishing, and corporate espionage.
pkgver = 0.5
- pkgrel = 3
- url = http://www.morningstarsecurity.com/research/urlcrazy
+ pkgrel = 4
+ url = https://www.morningstarsecurity.com/research/urlcrazy
arch = any
license = custom
depends = ruby
- source = http://www.morningstarsecurity.com/downloads/urlcrazy-0.5.tar.gz
- md5sums = bfe2e0c71cc5160530b773f15d242964
+ source = https://www.morningstarsecurity.com/downloads/urlcrazy-0.5.tar.gz
+ sha256sums = 744bfee0933dc8f1f2432528d5f7c5ce770416146ddc67b984b5117426e99dcd
pkgname = urlcrazy
-
diff --git a/PKGBUILD b/PKGBUILD
index efc5c6785109..ebc24de38b29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
-# Maintainer: /dev/rs0 <rs0@secretco.de.com>
+# Maintainer: Gokberk Yaltirakli <aur at gkbrk dot com>
+# Contributor: /dev/rs0 <rs0@secretco.de.com>
pkgname=urlcrazy
pkgver=0.5
-pkgrel=3
+pkgrel=4
pkgdesc="Generate and test domain typos and variations to detect and perform typo squatting, URL hijacking, phishing, and corporate espionage."
arch=('any')
license=('custom')
-url="http://www.morningstarsecurity.com/research/urlcrazy"
+url="https://www.morningstarsecurity.com/research/urlcrazy"
depends=('ruby')
-source=("http://www.morningstarsecurity.com/downloads/urlcrazy-${pkgver}.tar.gz")
-md5sums=('bfe2e0c71cc5160530b773f15d242964')
+source=("https://www.morningstarsecurity.com/downloads/urlcrazy-${pkgver}.tar.gz")
+sha256sums=('744bfee0933dc8f1f2432528d5f7c5ce770416146ddc67b984b5117426e99dcd')
package() {
install -d "${pkgdir}/usr/bin"