summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2347e25fc20a..5af703b515c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-noetic-roslang
pkgdesc = ROS - roslang is a common package that all ROS client libraries depend on.
- pkgver = 1.15.6
+ pkgver = 1.15.7
pkgrel = 1
url = https://wiki.ros.org/roslang
arch = any
@@ -10,8 +10,8 @@ pkgbase = ros-noetic-roslang
makedepends = ros-noetic-catkin
depends = ros-noetic-catkin
depends = ros-noetic-genmsg
- source = ros-noetic-roslang-1.15.6.tar.gz::https://github.com/ros/ros/archive/1.15.6.tar.gz
- sha256sums = 1e669196abd03e2ee4562e13f471c5534d70a1b0a9114a3c076af62cf9c0c0b8
+ source = ros-noetic-roslang-1.15.7.tar.gz::https://github.com/ros/ros/archive/1.15.7.tar.gz
+ sha256sums = 7a1e729de9be807862b6ed721475fec74583f6dc0c06b233b06b1b9fda31291e
pkgname = ros-noetic-roslang
diff --git a/PKGBUILD b/PKGBUILD
index 7754134753ea..6249245f9d24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - roslang is a common package that all ROS client libraries depend
url='https://wiki.ros.org/roslang'
pkgname='ros-noetic-roslang'
-pkgver='1.15.6'
+pkgver='1.15.7'
arch=('any')
pkgrel=1
license=('BSD')
@@ -30,7 +30,7 @@ depends=(
_dir="ros-${pkgver}/core/roslang"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/ros/archive/${pkgver}.tar.gz")
-sha256sums=('1e669196abd03e2ee4562e13f471c5534d70a1b0a9114a3c076af62cf9c0c0b8')
+sha256sums=('7a1e729de9be807862b6ed721475fec74583f6dc0c06b233b06b1b9fda31291e')
build() {
# Use ROS environment variables.