aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2023-01-23 23:47:30 +0300
committerYigit Sever2023-01-23 23:47:30 +0300
commit69bbc84eff88b7586922744f800b8948d1c2fc77 (patch)
treeb37eb51d0977d852c367dee7812e3e5cce27db28
parent0453d5aa7199311c0dbb07b7eaea540f54b46734 (diff)
downloadpackages-69bbc84eff88b7586922744f800b8948d1c2fc77.tar.gz
packages-69bbc84eff88b7586922744f800b8948d1c2fc77.tar.bz2
packages-69bbc84eff88b7586922744f800b8948d1c2fc77.zip
htpdate: Update to 1.3.7-1
upstream release
-rw-r--r--htpdate/.SRCINFO6
-rw-r--r--htpdate/PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/htpdate/.SRCINFO b/htpdate/.SRCINFO
index be3270b..d8658a7 100644
--- a/htpdate/.SRCINFO
+++ b/htpdate/.SRCINFO
@@ -1,15 +1,15 @@
1pkgbase = htpdate 1pkgbase = htpdate
2 pkgdesc = HTTP Time protocol 2 pkgdesc = HTTP Time protocol
3 pkgver = 1.3.6 3 pkgver = 1.3.7
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
7 arch = x86_64 7 arch = x86_64
8 license = GPL2 8 license = GPL2
9 depends = glibc 9 depends = glibc
10 source = htpdate-1.3.6.tar.gz::https://github.com/twekkel/htpdate/archive/v1.3.6.tar.gz 10 source = htpdate-1.3.7.tar.gz::https://github.com/twekkel/htpdate/archive/v1.3.7.tar.gz
11 source = htpdate.service 11 source = htpdate.service
12 sha256sums = 3cdc558ec8e53ef374a42490b2f28c0b23981fa8754a6d7182044707828ad1e9 12 sha256sums = 88c52fe475308ee95f560fd7cf68c75bc6e9a6abf56be7fed203a7f762fe7ab2
13 sha256sums = 2f12bdf0745fbf7c52f465e78b47635fbdc6fa372e63fb94a6063a5f67ff8c8b 13 sha256sums = 2f12bdf0745fbf7c52f465e78b47635fbdc6fa372e63fb94a6063a5f67ff8c8b
14 14
15pkgname = htpdate 15pkgname = htpdate
diff --git a/htpdate/PKGBUILD b/htpdate/PKGBUILD
index bc2db96..0117c41 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=1.3.6 7pkgver=1.3.7
8pkgrel=1 8pkgrel=1
9pkgdesc="HTTP Time protocol" 9pkgdesc="HTTP Time protocol"
10arch=('i686' 'x86_64') 10arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@ license=(GPL2)
13depends=('glibc') 13depends=('glibc')
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=('3cdc558ec8e53ef374a42490b2f28c0b23981fa8754a6d7182044707828ad1e9' 16sha256sums=('88c52fe475308ee95f560fd7cf68c75bc6e9a6abf56be7fed203a7f762fe7ab2'
17 '2f12bdf0745fbf7c52f465e78b47635fbdc6fa372e63fb94a6063a5f67ff8c8b') 17 '2f12bdf0745fbf7c52f465e78b47635fbdc6fa372e63fb94a6063a5f67ff8c8b')
18 18
19build() { 19build() {
20 cd ${pkgname}-${pkgver} 20 cd ${pkgname}-${pkgver}