Skip to content

Commit

Permalink
🔖 cachyos-hello: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vnepogodin committed Jan 4, 2025
1 parent 2e8bb30 commit 7db579d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions cachyos-hello/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = cachyos-hello
pkgdesc = Welcome screen for CachyOS
pkgver = 0.15.6
pkgver = 0.16.0
pkgrel = 1
url = https://github.com/cachyos/cachyos-welcome
arch = x86_64
Expand All @@ -21,7 +21,7 @@ pkgbase = cachyos-hello
provides = cachyos-hello
conflicts = cachyos-hello
options = strip
source = cachyos-hello-0.15.6.tar.gz::https://github.com/cachyos/cachyos-welcome/archive/v0.15.6.tar.gz
sha512sums = 32ec5aba67091c2830ac7507ad31a9bcd16eff7901c38803d860586e7aa005ad3f0fc0dfdf2082806d20d1ba046d3185b11e35bd26a7a6b6e81da817ec79c15f
source = cachyos-hello-0.16.0.tar.gz::https://github.com/cachyos/cachyos-welcome/archive/v0.16.0.tar.gz
sha512sums = 78623712479d3c9fb82c5ce369acad072016d1f7f5b621df5e8e93c2333d9030e085be9fc41b8a48b5020255eb8026dd2b9403635c877bd5569451a70f6e4413

pkgname = cachyos-hello
4 changes: 2 additions & 2 deletions cachyos-hello/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=cachyos-hello
_pkgname=CachyOS-Welcome
pkgver=0.15.6
pkgver=0.16.0
pkgrel=1
pkgdesc='Welcome screen for CachyOS'
arch=('x86_64')
Expand All @@ -26,7 +26,7 @@ makedepends=(
meson
)
source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v$pkgver.tar.gz")
sha512sums=('32ec5aba67091c2830ac7507ad31a9bcd16eff7901c38803d860586e7aa005ad3f0fc0dfdf2082806d20d1ba046d3185b11e35bd26a7a6b6e81da817ec79c15f')
sha512sums=('78623712479d3c9fb82c5ce369acad072016d1f7f5b621df5e8e93c2333d9030e085be9fc41b8a48b5020255eb8026dd2b9403635c877bd5569451a70f6e4413')
provides=('cachyos-hello')
conflicts=('cachyos-hello')
options=(strip)
Expand Down

0 comments on commit 7db579d

Please sign in to comment.