summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorent Thiéry2019-05-10 18:22:09 +0200
committerFlorent Thiéry2019-05-10 18:22:09 +0200
commit40d9b64e223937489ac8b08f2afc2abfe7d8944f (patch)
treeba89b0b840381a31689f5c9fd9a70f1caaddf695
parent13c1f2365f1c91bcc486652420d17dc0ee94307c (diff)
downloadaur-40d9b64e223937489ac8b08f2afc2abfe7d8944f.tar.gz
bump to v193
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d1164745980..7808e044a900 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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 = 189
- pkgrel = 2
+ pkgver = 193
+ pkgrel = 1
url = http://www.cockpit-project.org/
arch = i686
arch = x86_64
@@ -32,12 +32,12 @@ pkgbase = cockpit-minimal
optdepends = udisks2: disk stats support
conflicts = cockpit-git
conflicts = cockpit
- 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
+ noextract = cockpit-193.tar.xz
+ source = https://github.com/cockpit-project/cockpit/releases/download/193/cockpit-193.tar.xz
+ source = https://github.com/cockpit-project/cockpit/releases/download/193/cockpit-cache-193.tar.xz
source = cockpit-pam
- sha1sums = 05329af1156fe1c42f70c137bf647451741184af
- sha1sums = 71ff0f4f5fc677b6f33bdfc72d6897912ea4e595
+ sha1sums = 8185745f3e0f0f19c69f4031f9fa06687e03953e
+ sha1sums = 2838cdae3c5d604ac6144ecc1b35c15815ac7b08
sha1sums = 69b899b034e981cf217c2f8d61264caa2015c0e6
pkgname = cockpit-minimal
diff --git a/PKGBUILD b/PKGBUILD
index c23c85c14505..f9b4af09975c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Florent Thiéry <fthiery@gmail.com>
pkgname=cockpit-minimal
-pkgver=189
-pkgrel=2
+pkgver=193
+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)
url='http://www.cockpit-project.org/'
@@ -19,8 +19,8 @@ source=(
cockpit-pam
)
noextract=(cockpit-${pkgver}.tar.xz)
-sha1sums=('05329af1156fe1c42f70c137bf647451741184af'
- '71ff0f4f5fc677b6f33bdfc72d6897912ea4e595'
+sha1sums=('8185745f3e0f0f19c69f4031f9fa06687e03953e'
+ '2838cdae3c5d604ac6144ecc1b35c15815ac7b08'
'69b899b034e981cf217c2f8d61264caa2015c0e6')
prepare() {