Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit 6ba00bd

Browse files
author
Michal
committed
ver bump AGAIN
1 parent 6e59f54 commit 6ba00bd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pkg-warner"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["Michal S. <michal[at]tar[dot]black>"]
55
edition = "2021"
66
description = "A simple, OS-agnostic package manager warner"

PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# Developer: Michal S <michal[at]tar[dot]black>
33

44
pkgname=pkg-warner
5-
pkgver=0.1.2
5+
pkgver=0.1.3
66
pkgrel=1
77
pkgdesc="Simple package manager warner tool for distribution developers"
88
arch=('x86_64')
99
url="https://github.com/crystal-linux/pkg-warner"
1010
license=('GPL3')
11-
source=("git+$url?rev=v0.1.2")
11+
source=("git+$url?rev=v0.1.3")
1212
sha256sums=('SKIP')
1313
depends=('coreutils')
1414
makedepends=('cargo')

0 commit comments

Comments
 (0)