summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Bidar2023-01-21 03:28:27 +0200
committerBjörn Bidar2023-01-21 03:28:27 +0200
commit971ea2ea2332fe7e0fdaa84d2d5097f48efe11ec (patch)
tree69d64dd675d32a52ab8655b9e1c29dce91e7ec8a
parent18895ecd09400d1ba5cfefbc39026c56527a095f (diff)
downloadaur-971ea2ea2332fe7e0fdaa84d2d5097f48efe11ec.tar.gz
Fix checksums
Signed-off-by: Björn Bidar <bjorn.bidar@thaodan.de>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e57338ef93d6..c3d25dc50346 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = osc
pkgdesc = Command line client for the openSUSE Build Service
- pkgver = 1.0.0b2
- pkgrel = 4
+ pkgver = 1.0.0b3
+ pkgrel = 1
url = https://github.com/openSUSE/osc
arch = any
license = GPL2
@@ -19,7 +19,7 @@ pkgbase = osc
conflicts = zsh-completion-osc
replaces = osc-bash-completion
replaces = zsh-completion-osc
- source = https://github.com/openSUSE/osc/archive/1.0.0b2.tar.gz
+ source = https://github.com/openSUSE/osc/archive/1.0.0b3.tar.gz
source = _osc
source = 0001-Add-sb2install-support-to-osc.patch
source = 0002-Support-osc-copyprj-in-api-by-Islam-Amer-usage-osc-c.patch
@@ -27,7 +27,7 @@ pkgbase = osc
source = 0004-Add-p-to-copyprj-to-enable-copying-of-prjconf.patch
source = 0005-Add-support-for-rebuild-and-chroot-only-in-build.-re.patch
source = 0006-Add-architecture-and-scheduler-maps.patch
- sha256sums = 02bb2166fbda06babbcd60e67437ba83f9032c12c41529325e49d0663cb11aa5
+ sha256sums = c02d03c9327abd7a6055b8d6d7170ee57011567536f8b41dbf68b2580f7b179e
sha256sums = 2b045e03d2fdce12683ceb9792d491a32f00b256045456412e7bc18c8726218a
sha256sums = 7478f2297ac87090979d19fd55d539aa1000792a8858796ba7c7f239b45d9ef6
sha256sums = de9cd536d5b294b5ec702d6e57f014928e67f3678c1dd9ea2a7d986c2506469b
diff --git a/PKGBUILD b/PKGBUILD
index 9138c28e5751..19742afdc7b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,7 +33,7 @@ source=("https://github.com/openSUSE/${pkgname}/archive/${pkgver}.tar.gz"
0005-Add-support-for-rebuild-and-chroot-only-in-build.-re.patch
0006-Add-architecture-and-scheduler-maps.patch
)
-sha256sums=('02bb2166fbda06babbcd60e67437ba83f9032c12c41529325e49d0663cb11aa5'
+sha256sums=('c02d03c9327abd7a6055b8d6d7170ee57011567536f8b41dbf68b2580f7b179e'
'2b045e03d2fdce12683ceb9792d491a32f00b256045456412e7bc18c8726218a'
'7478f2297ac87090979d19fd55d539aa1000792a8858796ba7c7f239b45d9ef6'
'de9cd536d5b294b5ec702d6e57f014928e67f3678c1dd9ea2a7d986c2506469b'