Skip to content

Commit 6c2d3c7

Browse files
Merge pull request #15 from shpitdev/automation/version-bumps
chore(pkgbuilds): bump package versions
2 parents cc066e1 + 89fc3fc commit 6c2d3c7

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.3
3+
pkgver = 0.0.14
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.3
4+
pkgver=0.0.14
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='0556e4681ce625ac93bee4235801b9f90fa7958dcc6ac9e353b47e52c71ffac0'
17+
_sha256='b3fca564d0863b577f79202b0e09a9ede097a4f5ab8847aca58ef3006c30336a'
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.17
3+
pkgver = 0.0.18
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.17
4+
pkgver=0.0.18
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='52b6e7805dd31f5f5931cb1bb96f15ceeb453b561ba1ba016e7b873486b8cf5a'
16+
_sha256='849a501377bcb3e9e4befc4f6813c5e4d750f57382b075cacd843307e5447c0c'
1717

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

0 commit comments

Comments
 (0)