summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2021-02-03 22:15:27 +0300
committerorhun2021-02-03 22:15:27 +0300
commit53f3c54dd5001fe7ef2d6aaade295d6f7fc35f3d (patch)
tree7b9d135c9b78fbf8410d1d7de949a56bdb3a7003
parent5e2529fc8b6de73ef524c359f3eab5ccfbcda947 (diff)
downloadaur-53f3c54dd5001fe7ef2d6aaade295d6f7fc35f3d.tar.gz
upgpkg: termchat-bin 1.2.0-1
upstream release
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae7db7450303..7f6ef3b018b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = termchat-bin
pkgdesc = Terminal chat through the LAN
- pkgver = 1.1.2
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/lemunozm/termchat
arch = x86_64
license = Apache
provides = termchat
conflicts = termchat
- source_x86_64 = https://github.com/lemunozm/termchat/releases/download/v1.1.2/termchat-v1.1.2-x86_64-unknown-linux-musl.tar.gz
- sha512sums_x86_64 = a9e0b29c7536805d4307ddbc708101ba493d4189d9d1a636b38642a5be3337dd65e62c9431d25074e60bc1d1dc0e58c54c06b6e611c4e14c91680de55bcd425f
+ source_x86_64 = https://github.com/lemunozm/termchat/releases/download/v1.2.0/termchat-v1.2.0-x86_64-unknown-linux-musl.tar.gz
+ sha512sums_x86_64 = f9e98384e1941fd08327d8d63ba9dc64d2200228e79a77e7ce3362422ce826af12ccf4d26874955d378f638a3cc00ec1fcad371fe2e9268a28a871c890f5c01d
pkgname = termchat-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index b2cdf2b574cb..514d1deea096 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# https://github.com/orhun/pkgbuilds
pkgname=termchat-bin
-pkgver=1.1.2
+pkgver=1.2.0
pkgrel=1
pkgdesc="Terminal chat through the LAN"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('Apache')
conflicts=("${pkgname%-bin}")
provides=("${pkgname%-bin}")
source_x86_64=("$url/releases/download/v$pkgver/${pkgname%-bin}-v${pkgver}-x86_64-unknown-linux-musl.tar.gz")
-sha512sums_x86_64=('a9e0b29c7536805d4307ddbc708101ba493d4189d9d1a636b38642a5be3337dd65e62c9431d25074e60bc1d1dc0e58c54c06b6e611c4e14c91680de55bcd425f')
+sha512sums_x86_64=('f9e98384e1941fd08327d8d63ba9dc64d2200228e79a77e7ce3362422ce826af12ccf4d26874955d378f638a3cc00ec1fcad371fe2e9268a28a871c890f5c01d')
package() {
cd "${pkgname%-bin}-v${pkgver}-x86_64-unknown-linux-musl"