summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-28 20:50:33 +0300
committerorhun2020-11-28 20:50:33 +0300
commit5e2529fc8b6de73ef524c359f3eab5ccfbcda947 (patch)
tree0fdb010fbcebb1f9666fc889347c90f41e401728
parent4378606c61d923f17729c26f4c5dc0667e86fcd5 (diff)
downloadaur-5e2529fc8b6de73ef524c359f3eab5ccfbcda947.tar.gz
upgpkg: termchat-bin 1.1.2-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 907abaf16b6c..ae7db7450303 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = termchat-bin
pkgdesc = Terminal chat through the LAN
- pkgver = 1.1.1
+ pkgver = 1.1.2
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.1/termchat-v1.1.1-x86_64-unknown-linux-musl.tar.gz
- sha512sums_x86_64 = 803fc7236a66a23e52f835c9ad17850950bf4a8ff300a06c01e36660bb323a6184b314652d4fd9e86a81ee55fcb5fdcc838d313a01172cd4351a1bab749695c5
+ 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
pkgname = termchat-bin
diff --git a/PKGBUILD b/PKGBUILD
index ef1e41cfceaf..b2cdf2b574cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# https://github.com/orhun/pkgbuilds
pkgname=termchat-bin
-pkgver=1.1.1
+pkgver=1.1.2
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=('803fc7236a66a23e52f835c9ad17850950bf4a8ff300a06c01e36660bb323a6184b314652d4fd9e86a81ee55fcb5fdcc838d313a01172cd4351a1bab749695c5')
+sha512sums_x86_64=('a9e0b29c7536805d4307ddbc708101ba493d4189d9d1a636b38642a5be3337dd65e62c9431d25074e60bc1d1dc0e58c54c06b6e611c4e14c91680de55bcd425f')
package() {
cd "${pkgname%-bin}-v${pkgver}-x86_64-unknown-linux-musl"