mirror of https://github.com/rm-dr/daisy
Version bump
parent
eb184b934c
commit
3ae2fc6041
|
@ -28,7 +28,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "daisycalc"
|
name = "daisycalc"
|
||||||
version = "0.2.15"
|
version = "0.2.16"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"rug",
|
"rug",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "daisycalc"
|
name = "daisycalc"
|
||||||
version = "0.2.15"
|
version = "0.2.16"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
build = "buildscript/main.rs"
|
build = "buildscript/main.rs"
|
||||||
license = "GPL-3.0-only"
|
license = "GPL-3.0-only"
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Mark <no@email.com>
|
# Maintainer: Mark <no@email.com>
|
||||||
pkgname=daisy
|
pkgname=daisy
|
||||||
_cargoname=daisycalc
|
_cargoname=daisycalc
|
||||||
pkgver=0.2.14
|
pkgver=0.2.16
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="TUI scientific calculator with support for units."
|
pkgdesc="TUI scientific calculator with support for units."
|
||||||
url="https://git.betalupi.com/Mark/daisy"
|
url="https://git.betalupi.com/Mark/daisy"
|
||||||
|
|
Loading…
Reference in New Issue