Skip to content

Commit 88df7cc

Browse files
committed
chore: bump revision
1 parent 92a4d0c commit 88df7cc

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ VUP is a community-driven repository. Packages and improvements welcome.
66

77
```
88
vup/srcpkgs/<category>/<pkgname>/template
9-
vuruV2/ # package manager (Odin)
9+
vuru/ # package manager (Odin)
1010
```
1111

1212
## Adding a Package

vup/srcpkgs/core/vuru/template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Template file for 'vuru'
22
pkgname=vuru
33
version=0.5.0
4-
revision=2
4+
revision=3
55
archs="x86_64 aarch64"
66
build_style=gnu-makefile
77
make_install_args="PREFIX=/usr"

vuru/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,7 @@ resolve :: proc(r: ^Resolver, targets: []string) -> ([]string, bool) {
145145

146146
## Version History
147147

148-
- **vuru (C)** - Original implementation (~2000 LOC)
149-
- **vuruV2 (V)** - First rewrite (~1050 LOC)
148+
- **vuru (C)** - Original implementation
150149
- **vuru (Odin)** - Current version
151150

152151
## License

0 commit comments

Comments
 (0)