summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorent Thiéry2019-03-15 10:21:10 +0100
committerFlorent Thiéry2019-03-15 10:21:10 +0100
commit5e6b0d763dc6a01f0c2ef9ff12369e3589183848 (patch)
tree905963385dcaad68095e5a74ff5026a1f83c22d6
parent4db0770f0d16cd5b27dcf79fab4915f223326166 (diff)
downloadaur-5e6b0d763dc6a01f0c2ef9ff12369e3589183848.tar.gz
update to v189
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6c5d6ec1d26..1ce4667b6800 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cockpit-minimal
pkgdesc = A systemd web based user interface for Linux servers (minimal setup with system graphs, journalctl, storage, network, user accounts, systemd services and terminal)
- pkgver = 187
+ pkgver = 189
pkgrel = 1
url = http://www.cockpit-project.org/
arch = i686
@@ -32,12 +32,12 @@ pkgbase = cockpit-minimal
optdepends = udisks2: disk stats support
conflicts = cockpit-git
conflicts = cockpit
- noextract = cockpit-187.tar.xz
- source = https://github.com/cockpit-project/cockpit/releases/download/187/cockpit-187.tar.xz
- source = https://github.com/cockpit-project/cockpit/releases/download/187/cockpit-cache-187.tar.xz
+ noextract = cockpit-189.tar.xz
+ source = https://github.com/cockpit-project/cockpit/releases/download/189/cockpit-189.tar.xz
+ source = https://github.com/cockpit-project/cockpit/releases/download/189/cockpit-cache-189.tar.xz
source = cockpit-pam
- sha1sums = 31b3b1591ada044a5e7530b0b0e8418b66f96712
- sha1sums = 097d033816be57c8228209f1f5e46005fef2e4e6
+ sha1sums = 05329af1156fe1c42f70c137bf647451741184af
+ sha1sums = 71ff0f4f5fc677b6f33bdfc72d6897912ea4e595
sha1sums = 69b899b034e981cf217c2f8d61264caa2015c0e6
pkgname = cockpit-minimal
diff --git a/PKGBUILD b/PKGBUILD
index 74cb16355c6e..dc47cbe1e8be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Florent Thiéry <fthiery@gmail.com>
pkgname=cockpit-minimal
-pkgver=187
+pkgver=189
pkgrel=1
pkgdesc='A systemd web based user interface for Linux servers (minimal setup with system graphs, journalctl, storage, network, user accounts, systemd services and terminal)'
arch=(i686 x86_64 armv6h armv7h)
@@ -19,8 +19,8 @@ source=(
cockpit-pam
)
noextract=(cockpit-${pkgver}.tar.xz)
-sha1sums=('31b3b1591ada044a5e7530b0b0e8418b66f96712'
- '097d033816be57c8228209f1f5e46005fef2e4e6'
+sha1sums=('05329af1156fe1c42f70c137bf647451741184af'
+ '71ff0f4f5fc677b6f33bdfc72d6897912ea4e595'
'69b899b034e981cf217c2f8d61264caa2015c0e6')
prepare() {