summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53ac99436f0a..857212cb2eac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = colmsg
pkgdesc = A CLI tool for 欅坂/日向坂メッセージアプリ
- pkgver = 0.1.2
+ pkgver = 0.1.3
pkgrel = 1
url = https://github.com/proshunsuke/colmsg
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = colmsg
makedepends = git
makedepends = rust
depends = libssh2
- source = git+https://github.com/proshunsuke/colmsg#commit=86f7e4fd1baaa39c8644c2eb005f9714d2437cd3
+ source = git+https://github.com/proshunsuke/colmsg#commit=26601f1107568f779669d9de9937c17f838962d5
sha256sums = SKIP
pkgname = colmsg
diff --git a/PKGBUILD b/PKGBUILD
index 15cd292017ac..5833329faed0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: pro_shunsuke <shunsuke0901@gmail.com>
pkgname=colmsg
-pkgver=0.1.2
+pkgver=0.1.3
pkgrel=1
pkgdesc='A CLI tool for 欅坂/日向坂メッセージアプリ'
arch=(x86_64)
@@ -9,7 +9,7 @@ url='https://github.com/proshunsuke/colmsg'
license=(MIT)
makedepends=(clang cmake git rust)
depends=(libssh2)
-source=("git+$url#commit=86f7e4fd1baaa39c8644c2eb005f9714d2437cd3") # tag: v0.1.2
+source=("git+$url#commit=26601f1107568f779669d9de9937c17f838962d5") # tag: v0.1.3
sha256sums=('SKIP')
build() {