summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2021-01-08 20:24:03 +0100
committerfunilrys2021-01-08 20:24:03 +0100
commitf8ea9d918e99f011a170b768ea940b10dac27efb (patch)
treeeec32faba61638d1715dd9436e1312ec7a2c791d
parent9d627eaaaf074322bcba186784751a873a612251 (diff)
downloadaur-f8ea9d918e99f011a170b768ea940b10dac27efb.tar.gz
Update domain2idna to v1.12.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fb8ba697bfc..a943a7a61df7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = domain2idna
pkgdesc = The tool to convert a domain or a file with a list of domain to the famous IDNA format.
- pkgver = 1.11.0
+ pkgver = 1.12.0
pkgrel = 2
url = https://github.com/funilrys/domain2idna
arch = any
@@ -9,9 +9,9 @@ pkgbase = domain2idna
depends = python-distribute
depends = python-setuptools
depends = python-colorama
- source = https://files.pythonhosted.org/packages/source/d/domain2idna/domain2idna-1.11.0.tar.gz
+ source = https://files.pythonhosted.org/packages/source/d/domain2idna/domain2idna-1.12.0.tar.gz
source = https://raw.githubusercontent.com/PyFunceble/domain2idna/master/LICENSE
- sha256sums = 975a69015a181e6cbbe16aff8699c39908086cae3514e1b350c07c41a7eef0d0
+ sha256sums = 7f45b4de5ae261b23270b7f980c2600cd306fa570d4ade9e5935f965327bba2d
sha256sums = 08c0daa67e227be62d082aa48d00e990e1192791291293ba683cec88151c6820
pkgname = domain2idna
diff --git a/PKGBUILD b/PKGBUILD
index 7479d42ea506..b1888d6b2843 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=domain2idna
_name=${pkgname#}
-pkgver=1.11.0
+pkgver=1.12.0
pkgrel=2
pkgdesc="The tool to convert a domain or a file with a list of domain to the famous IDNA format."
arch=('any')
@@ -19,7 +19,7 @@ source=(
"https://raw.githubusercontent.com/PyFunceble/domain2idna/master/LICENSE"
)
sha256sums=(
- "975a69015a181e6cbbe16aff8699c39908086cae3514e1b350c07c41a7eef0d0"
+ "7f45b4de5ae261b23270b7f980c2600cd306fa570d4ade9e5935f965327bba2d"
"08c0daa67e227be62d082aa48d00e990e1192791291293ba683cec88151c6820"
)