mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-12 08:28:32 +02:00
chore: Bump version
This commit is contained in:
parent
f4a8693436
commit
834206f819
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "reset"
|
name = "reset"
|
||||||
version = "0.1.4"
|
version = "0.1.5"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "A wip universal Linux settings application."
|
description = "A wip universal Linux settings application."
|
||||||
repository = "https://github.com/Xetibo/ReSet"
|
repository = "https://github.com/Xetibo/ReSet"
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Fabio Lenherr <dashie@dashie.org>
|
# Maintainer: Fabio Lenherr <dashie@dashie.org>
|
||||||
|
|
||||||
pkgname=reset
|
pkgname=reset
|
||||||
pkgver=0.1.4
|
pkgver=0.1.5
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
pkgdir="/usr/bin/${pkgname}"
|
pkgdir="/usr/bin/${pkgname}"
|
||||||
|
|
|
@ -1107,14 +1107,14 @@
|
||||||
{
|
{
|
||||||
"type": "archive",
|
"type": "archive",
|
||||||
"archive-type": "tar-gzip",
|
"archive-type": "tar-gzip",
|
||||||
"url": "https://static.crates.io/crates/re_set-lib/re_set-lib-0.8.6.crate",
|
"url": "https://static.crates.io/crates/re_set-lib/re_set-lib-0.8.7.crate",
|
||||||
"sha256": "784e1a4d367fcfc427ea2b199d1307fbaf6992a1e728893b5cd45af5e52e04d2",
|
"sha256": "31baa92abef5520f3566949e443ad10fee6a7f6029fda106f9a7850488019574",
|
||||||
"dest": "cargo/vendor/re_set-lib-0.8.6"
|
"dest": "cargo/vendor/re_set-lib-0.8.7"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "inline",
|
"type": "inline",
|
||||||
"contents": "{\"package\": \"784e1a4d367fcfc427ea2b199d1307fbaf6992a1e728893b5cd45af5e52e04d2\", \"files\": {}}",
|
"contents": "{\"package\": \"31baa92abef5520f3566949e443ad10fee6a7f6029fda106f9a7850488019574\", \"files\": {}}",
|
||||||
"dest": "cargo/vendor/re_set-lib-0.8.6",
|
"dest": "cargo/vendor/re_set-lib-0.8.7",
|
||||||
"dest-filename": ".cargo-checksum.json"
|
"dest-filename": ".cargo-checksum.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -1146,14 +1146,14 @@
|
||||||
{
|
{
|
||||||
"type": "archive",
|
"type": "archive",
|
||||||
"archive-type": "tar-gzip",
|
"archive-type": "tar-gzip",
|
||||||
"url": "https://static.crates.io/crates/reset_daemon/reset_daemon-0.6.9.crate",
|
"url": "https://static.crates.io/crates/reset_daemon/reset_daemon-0.7.0.crate",
|
||||||
"sha256": "d6d6cf20149b91a640b3146d20601b9c5dad1eceececfa2cd590943d7cc24cb8",
|
"sha256": "e6126bce7f51d2626d96a3dc04c3c6e88b13fde10c347a7c5e503ca62295040a",
|
||||||
"dest": "cargo/vendor/reset_daemon-0.6.9"
|
"dest": "cargo/vendor/reset_daemon-0.7.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "inline",
|
"type": "inline",
|
||||||
"contents": "{\"package\": \"d6d6cf20149b91a640b3146d20601b9c5dad1eceececfa2cd590943d7cc24cb8\", \"files\": {}}",
|
"contents": "{\"package\": \"e6126bce7f51d2626d96a3dc04c3c6e88b13fde10c347a7c5e503ca62295040a\", \"files\": {}}",
|
||||||
"dest": "cargo/vendor/reset_daemon-0.6.9",
|
"dest": "cargo/vendor/reset_daemon-0.7.0",
|
||||||
"dest-filename": ".cargo-checksum.json"
|
"dest-filename": ".cargo-checksum.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue