summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-26 13:04:11 +0300
committerorhun2020-11-26 13:04:11 +0300
commit4378606c61d923f17729c26f4c5dc0667e86fcd5 (patch)
tree877128e5e9bb857d895baddab5b31559b06670e1
parentddf768198f525ff2f052acb60ead7006bc94e366 (diff)
downloadaur-4378606c61d923f17729c26f4c5dc0667e86fcd5.tar.gz
upgpkg: termchat-bin 1.1.1-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ba7e3c1e86c..907abaf16b6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = termchat-bin
pkgdesc = Terminal chat through the LAN
- pkgver = 1.0.0
- pkgrel = 2
+ pkgver = 1.1.1
+ 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.0.0/termchat-v1.0.0-x86_64-unknown-linux-musl.tar.gz
- sha512sums_x86_64 = 6dff703579fdd480fa41088be9699251f13360306ea4827213517312f927e4ef1304d789e762b7c792603c75c2525532776c8131c2c5e9544167af5eef7002c2
+ 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
pkgname = termchat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4a3d01234f37..ef1e41cfceaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# https://github.com/orhun/pkgbuilds
pkgname=termchat-bin
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.1.1
+pkgrel=1
pkgdesc="Terminal chat through the LAN"
arch=('x86_64')
url="https://github.com/lemunozm/termchat"
@@ -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=('6dff703579fdd480fa41088be9699251f13360306ea4827213517312f927e4ef1304d789e762b7c792603c75c2525532776c8131c2c5e9544167af5eef7002c2')
+sha512sums_x86_64=('803fc7236a66a23e52f835c9ad17850950bf4a8ff300a06c01e36660bb323a6184b314652d4fd9e86a81ee55fcb5fdcc838d313a01172cd4351a1bab749695c5')
package() {
cd "${pkgname%-bin}-v${pkgver}-x86_64-unknown-linux-musl"