summaryrefslogtreecommitdiffstats
path: root/htpdate
diff options
context:
space:
mode:
authorYigit Sever2025-09-09 12:06:01 +0300
committerYigit Sever2025-09-09 12:06:01 +0300
commit55b71ebfcd6bd8f616012d3da6dd4a493725a8c6 (patch)
tree6852c55f14f1e8c3359925cdab0623edff821d05 /htpdate
parent327d1cf6bd7d1498680cf56c009810e0db79e892 (diff)
downloadpackages-55b71ebfcd6bd8f616012d3da6dd4a493725a8c6.tar.gz
packages-55b71ebfcd6bd8f616012d3da6dd4a493725a8c6.tar.bz2
packages-55b71ebfcd6bd8f616012d3da6dd4a493725a8c6.zip
upgpkg: htpdate 2.0.1-1
upstream release
Diffstat (limited to 'htpdate')
-rw-r--r--htpdate/.SRCINFO6
-rw-r--r--htpdate/PKGBUILD4
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 @@
1pkgbase = htpdate 1pkgbase = 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
16pkgname = htpdate 16pkgname = 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
6pkgname=htpdate 6pkgname=htpdate
7pkgver=2.0.0 7pkgver=2.0.1
8pkgrel=1 8pkgrel=1
9pkgdesc="HTTP Time protocol" 9pkgdesc="HTTP Time protocol"
10arch=('i686' 'x86_64') 10arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ license=('GPL-2.0-or-later')
13depends=('glibc' 'openssl') 13depends=('glibc' 'openssl')
14source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz" 14source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
15 "htpdate.service") 15 "htpdate.service")
16sha256sums=('52f25811f00dfe714e0bcf122358ee0ad74e25db3ad230d5a4196e7a62633f27' 16sha256sums=('4c771fe3fc5c4ab5f9393dd501bdc51e4c067297cf304ad1e74e1965ac1c066f'
17 '2f12bdf0745fbf7c52f465e78b47635fbdc6fa372e63fb94a6063a5f67ff8c8b') 17 '2f12bdf0745fbf7c52f465e78b47635fbdc6fa372e63fb94a6063a5f67ff8c8b')
18 18
19build() { 19build() {