summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f70d28887009..fd72ac0c6860 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jan 13 12:05:49 UTC 2019
+# Mon Feb 25 16:56:18 UTC 2019
pkgbase = osc
pkgdesc = Command line client for the openSUSE Build Service
- pkgver = 0.164.0
+ pkgver = 0.164.2
pkgrel = 1
url = https://github.com/openSUSE/osc
arch = any
@@ -20,9 +20,9 @@ pkgbase = osc
conflicts = zsh-completion-osc
replaces = osc-bash-completion
replaces = zsh-completion-osc
- source = https://github.com/openSUSE/osc/archive/0.164.0.tar.gz
+ source = https://github.com/openSUSE/osc/archive/0.164.2.tar.gz
source = _osc
- sha256sums = a8ea3e2ab6703061685a4ae08e232e70728022e8f9308fc3b626d21c8584da55
+ sha256sums = b2050735311278c011ff194bf78b389eef469ad918ac02fc5b520d2882b71ad4
sha256sums = 2b045e03d2fdce12683ceb9792d491a32f00b256045456412e7bc18c8726218a
pkgname = osc
diff --git a/PKGBUILD b/PKGBUILD
index ee556b0fe8ad..1f53ab5d826e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor : Patrick McCarty <pnorcks at gmail dot com>
pkgname=osc
-pkgver=0.164.0
+pkgver=0.164.2
pkgrel=1
pkgdesc="Command line client for the openSUSE Build Service"
arch=(any)
@@ -25,7 +25,7 @@ conflicts=('osc-git' 'osc-bash-completion' 'zsh-completion-osc')
replaces=('osc-bash-completion' 'zsh-completion-osc')
source=("https://github.com/openSUSE/${pkgname}/archive/${pkgver}.tar.gz"
"_osc")
-sha256sums=('a8ea3e2ab6703061685a4ae08e232e70728022e8f9308fc3b626d21c8584da55'
+sha256sums=('b2050735311278c011ff194bf78b389eef469ad918ac02fc5b520d2882b71ad4'
'2b045e03d2fdce12683ceb9792d491a32f00b256045456412e7bc18c8726218a')
prepare() {