Skip to content

Commit 5b181d1

Browse files
Merge pull request #11 from shpitdev/automation/version-bumps
chore(pkgbuilds): bump package versions
2 parents 73ac900 + f9ed2e5 commit 5b181d1

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

meshix-cli-bin/.SRCINFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = meshix-cli-bin
22
pkgdesc = Meshix CLI for run inspection and generation workflows
3-
pkgver = 0.0.5
3+
pkgver = 0.0.7
44
pkgrel = 1
55
url = https://github.com/shpitdev/meshix-mono
66
install = meshix-cli-bin.install

meshix-cli-bin/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Anand Pant
22

33
pkgname=meshix-cli-bin
4-
pkgver=0.0.5
4+
pkgver=0.0.7
55
pkgrel=1
66
pkgdesc="Meshix CLI for run inspection and generation workflows"
77
arch=('x86_64')
@@ -14,7 +14,7 @@ conflicts=('meshix-cli')
1414

1515
# Public PKGBUILD, private release asset. Users need GitHub access to the shpitdev org.
1616
_asset="meshix-cli_v${pkgver}_linux_amd64.tar.gz"
17-
_sha256='669f98ea36a220b24210f390426eac251eb4707e0bc94bf89fd6195366d703d7'
17+
_sha256='07c5ba24eeb4f6a7fc15ab8f2e0c3f3acfa621058ecf8f2e0b2c5af614d63aee'
1818

1919
prepare() {
2020
gh release download "meshix-cli-v${pkgver}" \

osyrra-bin/.SRCINFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = osyrra-bin
22
pkgdesc = Osyrra silent email worker and operator TUI
3-
pkgver = 0.0.14
3+
pkgver = 0.0.16
44
pkgrel = 1
55
url = https://github.com/shpitdev/osyrra
66
arch = x86_64

osyrra-bin/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Anand Pant
22

33
pkgname=osyrra-bin
4-
pkgver=0.0.14
4+
pkgver=0.0.16
55
pkgrel=1
66
pkgdesc="Osyrra silent email worker and operator TUI"
77
arch=('x86_64')
@@ -13,7 +13,7 @@ conflicts=('osyrra')
1313

1414
# Public PKGBUILD, private release asset. Users need GitHub access to the shpitdev org.
1515
_asset="osyrra_v${pkgver}_linux_amd64.tar.gz"
16-
_sha256='412e56e0f5e7672ad682ea560532a883b709da31f082b477d2db72255b7dc861'
16+
_sha256='4dba4d14377cdde3d103b7f1c223a8dfef953ddbf4738a952603994db2c1555a'
1717

1818
prepare() {
1919
gh release download "v${pkgver}" \

0 commit comments

Comments
 (0)