diff options
-rw-r--r-- | htpdate/.SRCINFO | 6 | ||||
-rw-r--r-- | htpdate/PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/htpdate/.SRCINFO b/htpdate/.SRCINFO index 1a58caa..535e31e 100644 --- a/htpdate/.SRCINFO +++ b/htpdate/.SRCINFO | |||
@@ -1,6 +1,6 @@ | |||
1 | pkgbase = htpdate | 1 | pkgbase = htpdate |
2 | pkgdesc = HTTP Time protocol | 2 | pkgdesc = HTTP Time protocol |
3 | pkgver = 2.0.0 | 3 | pkgver = 2.0.1 |
4 | pkgrel = 1 | 4 | pkgrel = 1 |
5 | url = https://github.com/twekkel/htpdate | 5 | url = https://github.com/twekkel/htpdate |
6 | arch = i686 | 6 | arch = i686 |
@@ -8,9 +8,9 @@ pkgbase = htpdate | |||
8 | license = GPL-2.0-or-later | 8 | license = GPL-2.0-or-later |
9 | depends = glibc | 9 | depends = glibc |
10 | depends = openssl | 10 | depends = openssl |
11 | source = htpdate-2.0.0.tar.gz::https://github.com/twekkel/htpdate/archive/v2.0.0.tar.gz | 11 | source = htpdate-2.0.1.tar.gz::https://github.com/twekkel/htpdate/archive/v2.0.1.tar.gz |
12 | source = htpdate.service | 12 | source = htpdate.service |
13 | sha256sums = 52f25811f00dfe714e0bcf122358ee0ad74e25db3ad230d5a4196e7a62633f27 | 13 | sha256sums = 4c771fe3fc5c4ab5f9393dd501bdc51e4c067297cf304ad1e74e1965ac1c066f |
14 | sha256sums = 2f12bdf0745fbf7c52f465e78b47635fbdc6fa372e63fb94a6063a5f67ff8c8b | 14 | sha256sums = 2f12bdf0745fbf7c52f465e78b47635fbdc6fa372e63fb94a6063a5f67ff8c8b |
15 | 15 | ||
16 | pkgname = htpdate | 16 | pkgname = htpdate |
diff --git a/htpdate/PKGBUILD b/htpdate/PKGBUILD index a5177d8..650fe35 100644 --- a/htpdate/PKGBUILD +++ b/htpdate/PKGBUILD | |||
@@ -4,7 +4,7 @@ | |||
4 | # Contributor: Hussam Al-Tayeb <hussam at visp dot net dot lb> | 4 | # Contributor: Hussam Al-Tayeb <hussam at visp dot net dot lb> |
5 | 5 | ||
6 | pkgname=htpdate | 6 | pkgname=htpdate |
7 | pkgver=2.0.0 | 7 | pkgver=2.0.1 |
8 | pkgrel=1 | 8 | pkgrel=1 |
9 | pkgdesc="HTTP Time protocol" | 9 | pkgdesc="HTTP Time protocol" |
10 | arch=('i686' 'x86_64') | 10 | arch=('i686' 'x86_64') |
@@ -13,7 +13,7 @@ license=('GPL-2.0-or-later') | |||
13 | depends=('glibc' 'openssl') | 13 | depends=('glibc' 'openssl') |
14 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz" | 14 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz" |
15 | "htpdate.service") | 15 | "htpdate.service") |
16 | sha256sums=('52f25811f00dfe714e0bcf122358ee0ad74e25db3ad230d5a4196e7a62633f27' | 16 | sha256sums=('4c771fe3fc5c4ab5f9393dd501bdc51e4c067297cf304ad1e74e1965ac1c066f' |
17 | '2f12bdf0745fbf7c52f465e78b47635fbdc6fa372e63fb94a6063a5f67ff8c8b') | 17 | '2f12bdf0745fbf7c52f465e78b47635fbdc6fa372e63fb94a6063a5f67ff8c8b') |
18 | 18 | ||
19 | build() { | 19 | build() { |