summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeeweep2019-11-02 01:04:05 +0800
committerpeeweep2019-11-02 01:04:05 +0800
commitf690985ee46e579fcbefa71c46b43613ceedf31c (patch)
tree4af0add6252d62eeaa142b9506bd319b3dadac98
parentd99956c5cf82791bbbe961ad9bd497a138fb6936 (diff)
downloadaur-f690985ee46e579fcbefa71c46b43613ceedf31c.tar.gz
bump version 2.0.0-4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--muduo-2.0.0.tar.gzbin0 -> 213064 bytes
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c7da35efd8c..08e045fe2952 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = muduo
pkgdesc = A C++ non-blocking multi-threaded network library
pkgver = 2.0.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/chenshuo/muduo
arch = i686
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = muduo
depends = protobuf
options = staticlibs
source = muduo-2.0.0.tar.gz::https://github.com/chenshuo/muduo/archive/v2.0.0.tar.gz
- sha1sums = ba73e559a060479550167694e6b939a97ea6fec4
+ sha256sums = eab872539e50ee3d0377f2b5421c512022eb3013
pkgname = muduo
diff --git a/PKGBUILD b/PKGBUILD
index e9683b6735cf..41e58249cc73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=muduo
pkgver=2.0.0
-pkgrel=3
+pkgrel=4
pkgdesc='A C++ non-blocking multi-threaded network library'
url='https://github.com/chenshuo/muduo'
license=(BSD)
@@ -12,7 +12,7 @@ depends=(protobuf)
makedepends=(cmake boost)
options=(staticlibs)
source=(${pkgname}-$pkgver.tar.gz::${url}/archive/v$pkgver.tar.gz)
-sha1sums=('ba73e559a060479550167694e6b939a97ea6fec4')
+sha256sums=('eab872539e50ee3d0377f2b5421c512022eb3013')
build() {
cd "${srcdir}/${pkgname}-$pkgver"
diff --git a/muduo-2.0.0.tar.gz b/muduo-2.0.0.tar.gz
new file mode 100644
index 000000000000..3ef02c280623
--- /dev/null
+++ b/muduo-2.0.0.tar.gz
Binary files differ