Bump version to r227

This commit is contained in:
github-actions[bot] 2025-03-20 00:43:56 +00:00
parent 932de5c49d
commit 21b410b484
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = project-graph-nightly-bin
pkgdesc = A simple tool to create topology diagrams.
pkgver = r226
pkgver = r227
pkgrel = 1
url = https://github.com/LiRenTech/project-graph
install = project-graph-nightly-bin.install
@ -20,7 +20,7 @@ pkgbase = project-graph-nightly-bin
conflicts = project-graph-git
options = !strip
options = !emptydirs
source_x86_64 = https://github.com/LiRenTech/project-graph/releases/download/nightly/Project.Graph_0.0.0-nightly.r226_amd64.deb
sha256sums_x86_64 = 2a41dee0e9f1b4bc49b7924a58a5d6440a5b92beabfc89b938ed53866eab07de
source_x86_64 = https://github.com/LiRenTech/project-graph/releases/download/nightly/Project.Graph_0.0.0-nightly.r227_amd64.deb
sha256sums_x86_64 = b2654ec0316fd61c236d3f69c07ea6ce34b96cebfb35f5252bdf28a217f46595
pkgname = project-graph-nightly-bin

View file

@ -1,7 +1,7 @@
# Maintainer: zty012 <me@zty012.de>
# Maintainer: Littlefean <2385190373@qq.com>
pkgname=project-graph-nightly-bin
pkgver=r226
pkgver=r227
pkgrel=1
pkgdesc="A simple tool to create topology diagrams."
arch=('x86_64')
@ -12,8 +12,8 @@ options=('!strip' '!emptydirs')
provides=('project-graph')
conflicts=('project-graph-bin' 'project-graph-git')
install=${pkgname}.install
source_x86_64=("https://github.com/LiRenTech/project-graph/releases/download/nightly/Project.Graph_0.0.0-nightly.r226_amd64.deb")
sha256sums_x86_64=('2a41dee0e9f1b4bc49b7924a58a5d6440a5b92beabfc89b938ed53866eab07de')
source_x86_64=("https://github.com/LiRenTech/project-graph/releases/download/nightly/Project.Graph_0.0.0-nightly.r227_amd64.deb")
sha256sums_x86_64=('b2654ec0316fd61c236d3f69c07ea6ce34b96cebfb35f5252bdf28a217f46595')
package() {
# Extract package data
tar -xz -f data.tar.gz -C "${pkgdir}"